GetAbilityName

Parameters
abilcode integer
comment
patch

1.13

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
string
Source code
function GetAbilityName takes integer abilcode returns string
    return GetObjectName(abilcode)
endfunction