Background for Skyrim SE
Member of the ActiveMagicEffect script
floatfunctionGetDuration()Native

Description

Wiki Description

Returns the Duration of the Active Magic Effect.

Documentation Comment

SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
Additional useful effect information


Caveats


Examples

Float Duration = Poison.GetDuration()
Debug.Trace("The Poison will last " + Duration)

Auto-Generated Example

float returnedValue = myActiveMagicEffect__toCallFunctionOn.GetDuration()

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.