TileMap:clearTile

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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