| Trees | Indices | Help |
|---|
|
|
object --+
|
UndoAction --+
|
TileAddAction
Action for adding tiles to the map. Because tiles are often added in chunks, the appendTileAdd method must be used. This way the entire chunk can be undone at once
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Adds a tile add operation to this undo action
@type coords: (int, int, int)
@param coords: x-coordinate, y-coordinate, and layer
@type newImageCoords: (int, int, int)
@param newImageCoords: x-coordinate of new tile's image,
x-coordinate of new tile's image, and image index of new tile's
image
@type oldImageCoords: (int, int, int)
@param oldImageCoords: x-coordinate of old tile's image,
x-coordinate of old tile's image, and image index of old tile's
image
|
Undo the action
|
Redo the action
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 6 15:18:46 2009 | http://epydoc.sourceforge.net |