Difference between revisions of "TileMap:clearTile"
From GiderosMobile
Line 8: | Line 8: | ||
TileMap:clearTile(x,y) | TileMap:clearTile(x,y) | ||
</source> | </source> | ||
− | '''x''': (number) The x-position of tile | + | === Parameters === |
− | '''y''': (number) The y-position of tile | + | '''x''': (number) The x-position of tile <br/> |
+ | '''y''': (number) The y-position of tile <br/> |
Revision as of 10:44, 23 August 2018
Available since: Gideros 2011.6
Description
Set an empty tile at given indices. The tile indices are starting from 1.
TileMap:clearTile(x,y)
Parameters
x: (number) The x-position of tile
y: (number) The y-position of tile