- Found in:
- SKSE
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)