Method SpellInfo:GetEffectSpellClassMask [-] [+]
Returns the spell class mask component at the given mask index for the given effect slot of the SpellInfo. The mask is a 96-bit value split into three uint32 components (index 0-2).
Synopsis
spellClassMask = SpellInfo:GetEffectSpellClassMask( effIndex, maskIndex )
Arguments
number effIndexThe effect slot (0-MAX_SPELL_EFFECTS-1).
Valid numbers: integers from 0 to 4,294,967,295.
number maskIndexThe mask component index (0-2).
Valid numbers: integers from 0 to 4,294,967,295.
Returns
number spellClassMaskValid numbers: integers from 0 to 4,294,967,295.