GetSoundIsPlayingBJ

Parameters
soundHandle sound
comment
patch

1.00

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
boolean
Source code
function GetSoundIsPlayingBJ takes sound soundHandle returns boolean
    return GetSoundIsLoading(soundHandle) or GetSoundIsPlaying(soundHandle)
endfunction