GetNthEffectMagnitude - Enchantment

SKSE Member of: Enchantment Script, Ingredient Script, Potion Script, Scroll Script, and Spell Script

Returns the magnitude of the Nth effect attached to this enchantment, ingredient, potion, or spell. (This function requires SKSE)

SyntaxEdit

float Function GetNthEffectMagnitude(int n) native

ParametersEdit

  • n: The index of which effect magnitude will be returned.

Return ValueEdit

Returns the magnitude of the Nth effect attached to this enchantment, ingredient, potion, or spell.

ExamplesEdit

float magnitude = enchantment.GetNthEffectMagnitude(0)
Debug.Trace("Enchantments first effect has a magnitude of " + magnitude)

See AlsoEdit