[]
Gets value of specified tile-component. This method calls getSpec but has a public access.
public virtual object getTileCompVal(int t, int c)
Type | Name | Description |
---|---|---|
int | t | Tile index |
int | c | Component index |
Type | Description |
---|---|
object | The value of this tile-component (Must be casted before use) |