GetSoundIsPlayingBJ

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