SetNthEffectDuration - Potion

From the CreationKit Wiki
Revision as of 00:51, 9 June 2015 by imported>Notanon (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Enchantment Script, Ingredient Script, Potion Script, Scroll Script, and ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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

Syntax[edit | edit source]

int Function SetNthEffectDuration(int n) native

Parameters[edit | edit source]

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

Return Value[edit | edit source]

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

Examples[edit | edit source]

int duration = enchantment.SetNthEffectDuration(0)
Debug.Trace("Enchantments first effect has been set to a duration of " + duration)

See Also[edit | edit source]