PlaySoundBJ

Parameters
soundHandle sound
return type
nothing
Source code
function PlaySoundBJ takes sound soundHandle returns nothing
    set bj_lastPlayedSound = soundHandle
    if (soundHandle != null) then
        call StartSound(soundHandle)
    endif
endfunction
Source
Blizzard.j
wc3modding.com
PlaySoundBJ