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

Function DecUnitAbilityLevelSwapped

Line
2887
Location
blizzard.j
Constant?
no
Type
function
Arguments
integer abilcode, unit whichUnit
Returns
integer
2887
function DecUnitAbilityLevelSwapped takes integer abilcode, unit whichUnit returns integer
2888
    return DecUnitAbilityLevel(whichUnit, abilcode)
2889
endfunction