GetAbilityName
- Parameters
-
abilcode integer
- comment
- patch
1.13
- Source
- Blizzard.j
- return type
string
- Source code
function GetAbilityName takes integer abilcode returns string return GetObjectName(abilcode) endfunction
abilcode | integer |
1.13
string
function GetAbilityName takes integer abilcode returns string
return GetObjectName(abilcode)
endfunction