Difference between revisions of "TileMap:clearTile"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2011.6<br/> | |
− | ''' | + | '''Class:''' [[TileMap]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Sets an empty tile at given indices. The tile indices are starting from 1. | |
− | + | <syntaxhighlight lang="lua"> | |
− | + | TileMap:clearTile(x,y) | |
− | < | + | </syntaxhighlight> |
− | + | ||
− | </ | + | === Parameters === |
− | === | + | '''x''': (number) the x-position of tile<br/> |
− | '''x''': (number) | + | '''y''': (number) the y-position of tile<br/> |
− | '''y''': (number) | + | |
+ | {{TileMap}} |
Latest revision as of 14:33, 13 July 2023
Available since: Gideros 2011.6
Class: TileMap
Description
Sets 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