[]
Return the data type of this CBlkWTDataSrc. Its value should be either DataBlk.TYPE_INT or DataBlk.TYPE_FLOAT but can change according to the current tile-component.
public override int getDataType(int t, int c)
Public Overrides Function getDataType(t As Integer, c As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | t | The index of the tile for which to return the data type. |
| int | c | The index of the component for which to return the data type. |
| Type | Description |
|---|---|
| int | Current data type |