Table of Contents | ||
|
||
IsReserved | ||
Purpose Returns whether the clip is reserved or not |
||
Protoype bool CSoundMngr::IsReserved (string str_id) |
||
Parameters
|
||
Description This function returns the value of the sound object's reserve flag. If the sound clip is reserved, then the function returns TRUE, otherwise it returns FALSE.
|
||
Use CSoundMngr sound; if (sound.IsReserved("my_sound")) // sound is reserved |
||
|
||
|