SetNthEffectDuration - Spell

From the CreationKit Wiki
Revision as of 09:01, 25 October 2013 by imported>CraftySentinel (Created SetNthEffectDuration - Spell)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source: SKSE 1.06.14

Member of: Ingredient Script, Potion Script, Scroll Script, Spell Script

Sets the duration of the specified effect.

Syntax

Function SetNthEffectDuration(int index, int value) native

Parameters

index

The index of the Magic Effect to change.

value

The Duration to set the Magic Effect to.


See Also