GetSoundIsPlayingBJ

Parameters
soundHandle sound
comment
patch

1.00

Source
Blizzard.j
return type
boolean
Source code
function GetSoundIsPlayingBJ takes sound soundHandle returns boolean
    return GetSoundIsLoading(soundHandle) or GetSoundIsPlaying(soundHandle)
endfunction