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