GetAbilityName
- Parameters
abilcode integer- comment
- patch
1.13
- Source
- Blizzard.j (raise an issue to discuss on Github or submit a PR)
- return type
string- Source code
function GetAbilityName takes integer abilcode returns string return GetObjectName(abilcode) endfunction