TileMap:clearTile

From GiderosMobile

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