GetUnitAbilityLevelSwapped
- Parameters
-
abilcode integer
whichUnit unit
- comment
- patch
-
1.13
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
integer
- Source code
-
function GetUnitAbilityLevelSwapped takes integer abilcode, unit whichUnit returns integer return GetUnitAbilityLevel(whichUnit, abilcode) endfunction