GetAbilitySoundBJ

Parameters
abilcode integer
t soundtype
return type
string
Source code
function GetAbilitySoundBJ takes integer abilcode, soundtype t returns string
    return GetAbilitySoundById(abilcode, t)
endfunction
Source
Blizzard.j
wc3modding.com
GetAbilitySoundBJ