[]
Return the data type of this CBlkWTDataSrc for the given component in the current tile. Its value should be either DataBlk.TYPE_INT or DataBlk.TYPE_FLOAT but can change according to the current tile-component.
int getDataType(int t, int c)
Type | Name | Description |
---|---|---|
int | t | Tile index |
int | c | Component index |
Type | Description |
---|---|
int | Current data type |