UnitRemoveBuffs

Parameters
whichUnitunit

The unit to modify.

removePositiveboolean

Should be true if positive buffs should be included.

removeNegativeboolean

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 (suggest an edit or discuss on Github)
return type
nothing
Source code
native UnitRemoveBuffs              takes unit whichUnit, boolean removePositive, boolean removeNegative returns nothing