This function queries if the sound is a one-shot sound (also called as triggered sound).
Copy Code | |
---|---|
bool IsSoundOneShot( int SoundIndex ); |
SoundIndex
Type: int
The sound index.
Returns a true if the sound is a one-shot sound.
Returns false if there is an internal error or the sound is not a one-shot sound.