[]
Gets value of specified tile-component without knowing if a specific tile-component value has been previously entered. It first check if a tile-component specific value has been entered, then if a tile specific value exist, then if a component specific value exist. If not the default value is returned.
protected virtual object getSpec(int t, int c)
Type | Name | Description |
---|---|---|
int | t | Tile index |
int | c | Component index |
Type | Description |
---|---|
object | Value for this tile component. |