![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Tests if an aura passes a specific filter.
isFiltered = C_UnitAuras.IsAuraFilteredOutByInstanceID(unit, auraInstanceID, filterString)
Arguments[]
- unit
- string : UnitId - The unit to query.
- auraInstanceID
- number - The aura instance ID to test.
- filterString
- string - The aura filter string to test, eg. "HELPFUL" or "HARMFUL".
Returns[]
- isFiltered
- boolean -
trueif the aura passes the specified filter, orfalseif not.
Patch changes[]
Patch 10.0.0 (2022-10-25): Added.
