[]
Gets default value of the specified tile. If no specification has been entered, it returns the default value.
public virtual object getTileDef(int t)
Type | Name | Description |
---|---|---|
int | t | Tile index |
Type | Description |
---|---|
object | The default value for this tile (Must be casted before use) |