DecUnitAbilityLevelSwapped

Parameters
abilcode integer
whichUnit unit
comment
patch

1.17a

Source
Blizzard.j
return type
integer
Source code
function DecUnitAbilityLevelSwapped takes integer abilcode, unit whichUnit returns integer
    return DecUnitAbilityLevel(whichUnit, abilcode)
endfunction