GetAbilitySoundBJ

Parameters
abilcodeinteger
tsoundtype
comment
patch

1.17a

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
return type
string
Source code
function GetAbilitySoundBJ takes integer abilcode, soundtype t returns string
    return GetAbilitySoundById(abilcode, t)
endfunction