Method Unit:GetAuraEffect [-] [+]
Returns the AuraEffect of the given spell entry and spell effect index on the Unit or nil.
Synopsis
aura = Unit:GetAuraEffect( spellID, effIndex )
Arguments
number spellID
Entry of the aura spell.
Valid numbers: integers from 0 to 4,294,967,295.
number effIndex
Spell effect index of the aura spell, refer to SpellEffIndex..
Valid numbers: integers from 0 to 255.
Returns
AuraEffect aura
- See method description.