Table of Contents | ||
|
||
RemoveSFX | ||
Purpose Removes the specified sfx clip |
||
Protoype void CSoundMngr::RemoveSFX (string str_sfx) |
||
Parameters
|
||
Description This function removes the single given sfx object from the manager and frees any memory used by that object. |
||
Use CSoundMngr sound; sound.RemoveSFX("my_sfx"); |
||
|
||
|