The search keyword must be a single word (no spaces).

Function GetAbilityName

Line
8263
Location
blizzard.j
Constant?
no
Type
function
Arguments
integer abilcode
Returns
string
8263
function GetAbilityName takes integer abilcode returns string
8264
    return GetObjectName(abilcode)
8265
endfunction