GetDuration - ActiveMagicEffect
Jump to navigation
Jump to search
SKSE Member of: ActiveMagicEffect Script
Returns the Duration of the Active Magic Effect.
Syntax[edit | edit source]
float Function GetDuration() native
Return Value[edit | edit source]
Returns the Duration of the Magic Effect
Examples[edit | edit source]
Float Duration = Poison.GetDuration()
Debug.Trace("The Poison will last " + Duration)