isSoundSourceLooping
Script::isSoundSourceLooping
Checks if a sound source is looping.
Declaration
bool isSoundSourceLooping(SoundSourceID soundSourceID);
Parameters
Name |
Type |
Description |
---|---|---|
soundSourceID |
The sound source to check the looping state of. |
Returns
true
if the sound source is looping, else, returns false
.