Method SpellInfo:GetEffectMiscValueB [-] [+]

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

MiscValueB contains secondary information about the effect.

Synopsis

miscValueB = SpellInfo:GetEffectMiscValueB( effectIndex )

Arguments

number effectIndex

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

Valid numbers: integers from 0 to 255.

Returns

number miscValueB

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

Valid numbers: integers from -2,147,483,647 to 2,147,483,647.

Generated on
©2026 - ALE Lua Engine