DecUnitAbilityLevelSwapped

Parameters
abilcodeinteger
whichUnitunit
comment
patch

1.17a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
integer
Source code
function DecUnitAbilityLevelSwapped takes integer abilcode, unit whichUnit returns integer
    return DecUnitAbilityLevel(whichUnit, abilcode)
endfunction