Background for Skyrim SE
Member of the Spell script
voidfunctionSetNthEffectDuration(intindex, intvalue)Native

Description

Wiki Description

Sets the duration of the specified effect.

Documentation Comment

sets the duration of the specified effect


Caveats

CK Wiki - Notes

  • Changes made by this function will not persist across game reloads. Using a maintenance function is one way to maintain them.

Parameters

intindex

CK Wiki Description

The index of the Magic Effect to change.

intvalue

CK Wiki Description

The Duration to set the Magic Effect to.


Examples

No human-generated examples found for this function.

Auto-Generated Example

int myInt__index
int myInt__value

mySpell__toCallFunctionOn.SetNthEffectDuration(myInt__index, myInt__value)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.