Table of Contents | ||
|
||
GetNumLayers | ||
Purpose Returns the number of layers in the map |
||
Protoype int CTileMngr::GetNumLayers () |
||
Description This function returns the total number of layers that have been added to the map |
||
Use CTileMngr tile_mngr; int i_total_layers = tile_mngr.GetNumLayers(); |
||
|
||
|