GetDuration - ActiveMagicEffect
SKSE Member of: ActiveMagicEffect Script
Returns the Duration of the Active Magic Effect.
SyntaxEdit
float Function GetDuration() native
Return ValueEdit
Returns the Duration of the Magic Effect
ExamplesEdit
Float Duration = Poison.GetDuration()
Debug.Trace("The Poison will last " + Duration)