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