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