TileMap:clearTile

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2011.6
Class: TileMap

Description

Sets an empty tile at given indices. The tile indices are starting from 1. <syntaxhighlight lang="lua"> TileMap:clearTile(x,y) </source>

Parameters

x: (number) the x-position of tile
y: (number) the y-position of tile