| Table of Contents | ||
|
|
||
| GetTileSetHeight | ||
|
Purpose Returns the height of the tileset |
||
|
Protoype int GetTileSetHeight (int i_flag) |
||
|
Parameters
|
||
|
Description This function returns the height of the entire map tile set. The height can be returned in pixels with the flag PIXEL or cells with the flag CELL. |
||
|
Use CTileMngr tile_mngr; int i_tileset_height = tile_mngr.GetTileSetHeight(CELL); |
||
|
|
||
|