UnitHasBuffsEx

Parameters
whichUnit unit
removePositive boolean
removeNegative boolean
magic boolean
physical boolean
timedLife boolean
aura boolean
autoDispel boolean
comment

Checks if a given unit has any buff matching criteria.

note

See UnitCountBuffsEx for parameters and criteria explanations.

patch

1.07

Source
common.j
return type
boolean
Source code
native UnitHasBuffsEx               takes unit whichUnit, boolean removePositive, boolean removeNegative, boolean magic, boolean physical, boolean timedLife, boolean aura, boolean autoDispel returns boolean