LoadSoundHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
sound
Source code
function LoadSoundHandleBJ takes integer key, integer missionKey, hashtable table returns sound
    return LoadSoundHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadSoundHandleBJ