Method SpellInfo:GetEffectMiscValueA [-] [+]

Retrieves the MiscValueA of a spell effect at the specified index.

MiscValueA contains additional information about the effect, such as: - Which stat is affected for stat modifiers - School mask for resistance changes - Item class for item creation effects - And more depending on the effect type

Synopsis

miscValueA = SpellInfo:GetEffectMiscValueA( effectIndex )

Arguments

uint8 effectIndex

The index of the effect (0, 1, or 2).

Returns

int32 miscValueA

The MiscValueA value, or 0 if the effect doesn't exist.

Generated on
©2016 - Eluna Lua Engine