Module libtcodpy :: Class Bsp
[hide private]
[frames] | no frames]

Class Bsp

source code

object --+
         |
        Bsp

Instance Methods [hide private]
 
__init__(self, cnode)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getx(self) source code
 
setx(self, value) source code
 
gety(self) source code
 
sety(self, value) source code
 
getw(self) source code
 
setw(self, value) source code
 
geth(self) source code
 
seth(self, value) source code
 
getpos(self) source code
 
setpos(self, value) source code
 
gethor(self) source code
 
sethor(self, value) source code
 
getlev(self) source code
 
setlev(self, value) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  x
  y
  w
  h
  position
  horizontal
  level

Inherited from object: __class__

Method Details [hide private]

__init__(self, cnode)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

x

Get Method:
getx(self)
Set Method:
setx(self, value)

y

Get Method:
gety(self)
Set Method:
sety(self, value)

w

Get Method:
getw(self)
Set Method:
setw(self, value)

h

Get Method:
geth(self)
Set Method:
seth(self, value)

position

Get Method:
getpos(self)
Set Method:
setpos(self, value)

horizontal

Get Method:
gethor(self)
Set Method:
sethor(self, value)

level

Get Method:
getlev(self)
Set Method:
setlev(self, value)