Package tdl :: Module map :: Class Map
[frames] | no frames]

Class Map

source code

object --+
         |
        Map

Instance Methods
 
__init__(self, width, height, callback=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__del__(self) source code
 
setFromCallbacks(self, walkableCall, transparentCall) source code
 
set(self, x, y, walkable, transparent) source code
list
computeFOV(self, x, y, fov='PERMISSIVE', radius=8, lightWalls=True)
Returns: Returns a list of (x, y) coordinates that are within the field-of-view
source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self, width, height, callback=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

computeFOV(self, x, y, fov='PERMISSIVE', radius=8, lightWalls=True)

source code 
Parameters:
  • x (int)
  • y (int)
  • fov (string)
  • radius (int)
  • lightWalls (boolean)
Returns: list
Returns a list of (x, y) coordinates that are within the field-of-view