GetAbilitySoundBJ
- Parameters
-
abilcode integer
t soundtype
- comment
- patch
-
1.17a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
string
- Source code
-
function GetAbilitySoundBJ takes integer abilcode, soundtype t returns string return GetAbilitySoundById(abilcode, t) endfunction