GetNthEffectArea - Enchantment

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

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

SyntaxEdit

int Function GetNthEffectArea(int n) native

ParametersEdit

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

Return ValueEdit

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

ExamplesEdit

int area = enchantment.GetNthEffectArea(0)
Debug.Trace("Enchantments first effect has an area of " + area)

See AlsoEdit