Difference between revisions of "TileMap:clearTile"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Set an empty tile at given indices. The tile indices are starting from 1.<br /> <br /> <source...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= TileMap:clearTile(xy,)
+
TileMap:clearTile(x,y)
 
</source>
 
</source>
'''x:''' (number) The x-position of tile ''''''<br/>
+
'''x''': (number) The x-position of tile ''''''<br/>
'''y:''' (number) The y-position of tile ''''''<br/>
+
'''y''': (number) The y-position of tile ''''''<br/>

Revision as of 11:17, 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)

'x: (number) The x-position of tile '
'y: (number) The y-position of tile '