WaitForSoundBJ

Parameters
soundHandle sound
offset real
return type
nothing
Source code
function WaitForSoundBJ takes sound soundHandle, real offset returns nothing
    call TriggerWaitForSound( soundHandle, offset )
endfunction
Source
Blizzard.j
wc3modding.com
WaitForSoundBJ