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

Function GetUnitAbilityLevelSwapped

Line
2902
Location
blizzard.j
Constant?
no
Type
function
Arguments
integer abilcode, unit whichUnit
Returns
integer
2902
function GetUnitAbilityLevelSwapped takes integer abilcode, unit whichUnit returns integer
2903
    return GetUnitAbilityLevel(whichUnit, abilcode)
2904
endfunction