IncUnitAbilityLevelSwapped

Parameters
abilcode integer
whichUnit unit
return type
integer
Source code
function IncUnitAbilityLevelSwapped takes integer abilcode, unit whichUnit returns integer
    return IncUnitAbilityLevel(whichUnit, abilcode)
endfunction
Source
Blizzard.j
wc3modding.com
IncUnitAbilityLevelSwapped