UnitRemoveAbilityBJ

Parameters
abilityId integer
whichUnit unit
comment

Equivalent to UnitRemoveAbility, but arguments are swapped.

return type
boolean
Source code
function UnitRemoveAbilityBJ takes integer abilityId, unit whichUnit returns boolean
    return UnitRemoveAbility(whichUnit, abilityId)
endfunction
Source
Blizzard.j
wc3modding.com
UnitRemoveAbilityBJ