This function queries if the sound is paused.
Copy Code | |
---|---|
bool IsSoundPaused( int SoundIndex ); |
SoundIndex
Type: int
The sound index.
Returns a true if the sound is paused.
Returns false if there is an internal error or the sound is playing or stopped.