Background for Skyrim SE
Member of the Potion script
int[]functionGetEffectDurations()Native

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()

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.