DecUnitAbilityLevelSwapped

Parameters
abilcodeinteger
whichUnitunit
comment
patch

1.17a

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
return type
integer
Source code
function DecUnitAbilityLevelSwapped takes integer abilcode, unit whichUnit returns integer
    return DecUnitAbilityLevel(whichUnit, abilcode)
endfunction