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