| Trees | Indices | Help |
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| graphics.RGBA |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Resizes the map
|
Adds a tile to the map
@type t: Tile
@param t: The tile
@type x: int
@param x: x-coordinate
@type y: int
@param y: y-coordinate
@type z: int
@param z: layer index
@rtype: (int, int, int)
@return: The x-coordinate, y-coordinate, and index of the image of the
tile that used to be at the coordinates (x, y), or None if there
was no tile there before
|
Removes a tile from the map
@type x: int
@param x: x-coordinate
@type y: int
@param y: y-coordinate
@type z: int
@param z: layer index
@rtype: (int, int, int)
@return: The x-coordinate, y-coordinate, and index of the image of the
tile that used to be at the coordinates (x, y, z), or None if there
was no tile there before
|
Brief Description
|
Brief Description
|
Brief Description
|
|
Brief Description
|
|
Brief Description
|
|
|
Brief Description
|
Brief Description
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 6 15:18:45 2009 | http://epydoc.sourceforge.net |