- Found in:
- SKSE
Description
Wiki Description
Gets the durations of the effects attached to this potion. (This function requires SKSE)
Documentation Comment
Returns all the durations of this object in order
Caveats
Examples
int[] durations = potion.GetEffectDurations()
Debug.Trace("Potion has a number of duration of effects of " + durations)Auto-Generated Example
int[] returnedValue = myPotion__toCallFunctionOn.GetEffectDurations()