Table of Contents | ||
|
||
GetNumSprites | ||
Purpose Finds the current number of sprite objects in the manager |
||
Protoype int CSpriteMngr::GetNumSprites() |
||
Description This function will return the number of sprite objects that are currently in the manager |
||
Use CSpriteMngr sprite; int i_sprite_num = sprite.GetNumSprites(); |
||
|
||
|