Method SpellInfo:EffectIsAuraType [-] [+]
Returns true if the given effect slot of the SpellInfo applies the given aura type, false otherwise.
Synopsis
isAuraType = SpellInfo:EffectIsAuraType( effIndex, aura )
Arguments
number effIndexThe effect slot (0-MAX_SPELL_EFFECTS-1).
Valid numbers: integers from 0 to 4,294,967,295.
number auraThe [AuraType] to check for.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
boolean isAuraType- See method description.