Table of Contents | ||
|
||
RemoveAllSprites | ||
Purpose Removes all sprite objects as well as any animations they may contain |
||
Protoype void CSpriteMngr::RemoveAllSprites () |
||
Description This function removes every sprite object in the manager as well as any animations associated with the sprite objects. |
||
Use CSpriteMngr sprite; sprite.RemoveAllSprites(); |
||
|
||
|