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