setTileID method: Tile class
Syntax
setTileID(Tile_ID)
Description
Invoke the setTileID method within your implementation only if you wish to dynamically override the ID specified for this tile at runtime.
Parameters
| Parameter | Description |
|---|---|
|
Tile_ID |
Specifies the new tile ID as a String value. |
Returns
None.
Related Topics