[]
Returns the height in pixels of the specified tile-component.
int getTileCompHeight(int t, int c)
Function getTileCompHeight(t As Integer, c As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | t | The tile index. |
| int | c | The index of the component, from 0 to N-1. |
| Type | Description |
|---|---|
| int | The height in pixels of component c in tile t. |