aura
Returns the time left on an aura (buff / debuff). Use debuff() / buff() instead of direct access to aura
aura(unit, spellID, filter) : integer
-
SpellID from the class spellbooks.
-
See Wowpedia for more information on WoW Unit IDs.
-
Use of object is also supported for unit.
-
filter ('HELPFUL' / 'HARMFUL').
Example
if aura('player', BlazingBarrier, 'HELPFUL') then return cast(BlazingBarrier, 'player') end
Note
As stated above, use buff / debuff instead.