GetAbilitySoundBJ
- Parameters
-
abilcode integer
t soundtype
- comment
- patch
1.17a
- Source
- Blizzard.j
- return type
string
- Source code
function GetAbilitySoundBJ takes integer abilcode, soundtype t returns string return GetAbilitySoundById(abilcode, t) endfunction