| Table of Contents | ||
|
|
||
| GetNumSFX | ||
|
Purpose Gets the number of sfx clips in the manager |
||
|
Protoype int CSoundMngr::GetNumSFX () |
||
|
Description This function returns the number of sfx clips in the manager |
||
|
Use CSoundMngr sound; int i_num_sfx = sound.GetNumSFX(); |
||
|
|
||
|