UnitRemoveBuffs
- Parameters
-
whichUnit unit
The unit to modify.
removePositive boolean
Should be true if positive buffs should be included.
removeNegative boolean
Should be true if negative buffs should be included.
- comment
Removes all buffs matching criteria from a given unit.
- note
This is like calling
UnitRemoveBuffsEx(whichUnit, removePostive, removeNegative, false, false, true, true, false)
.- patch
1.00
- Source
- common.j
- return type
nothing
- Source code
native UnitRemoveBuffs takes unit whichUnit, boolean removePositive, boolean removeNegative returns nothing