- Found in:
- SKSE
Description
Wiki Description
Returns the duration of the Nth effect attached to this enchantment, ingredient, potion, or spell. (This function requires SKSE)
Documentation Comment
return the duration of the specified effect
Caveats
Parameters
intindex
CK Wiki Description
The index of which effect duration will be returned.
Examples
int duration = enchantment.GetNthEffectDuration(0)
Debug.Trace("Enchantments first effect has a duration of " + duration)Auto-Generated Example
int myInt__index
int returnedValue = myPotion__toCallFunctionOn.GetNthEffectDuration(myInt__index)