UnitRemoveAbilityBJ
- Parameters
-
abilityId integer
whichUnit unit
- comment
-
Equivalent to
UnitRemoveAbility
, but arguments are swapped. - patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
boolean
- Source code
-
function UnitRemoveAbilityBJ takes integer abilityId, unit whichUnit returns boolean return UnitRemoveAbility(whichUnit, abilityId) endfunction