SetNthEffectArea - Potion

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: Potion Script

Sets the area of the Nth effect attached to this potion. (This function requires SKSE)

Syntax[edit | edit source]

int Function SetNthEffectArea(int n) native

Parameters[edit | edit source]

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

Return Value[edit | edit source]

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

Examples[edit | edit source]

int area = potion.SetNthEffectArea(0)
Debug.Trace("Enchantments first effect has been set to an area of " + area)

See Also[edit | edit source]