Difference between revisions of "SetNthEffectDuration - Spell"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>CraftySentinel
(Created SetNthEffectDuration - Spell)
(No difference)

Revision as of 09:01, 25 October 2013

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