Table of Contents | ||||||||
|
||||||||
GetMapSize | ||||||||
Purpose Returns the map size |
||||||||
Protoype int CTileMngr::GetMapSize () |
||||||||
Description This function returns the size of the map relative to the primary surface (or clip window). One of the following predefined values will be returned
|
||||||||
Use CTileMngr tile_mngr; int i_size = tile_mngr.GetMapSize(); |
||||||||
|
||||||||
|