IsValidSound
From Onset Developer Wiki
Description
Checks whether the sound is valid or not.
Syntax
IsValidSound(sound)
Parameters
- sound
The sound identifier
Return Value
- Returns true if the sound is valid, otherwise false.
Example
if IsValidSound(soundId) then
DeleteSound(soundId)
end