GetDuration - ActiveMagicEffect

From the CreationKit Wiki
Revision as of 20:23, 28 February 2013 by imported>Wafflesalot (Created page with "Category:Scripting Category:Papyrus '''SKSE Member of:''' ActiveMagicEffect Script Returns the Duration of the Active Magic Effect. == Syntax == <source lang="pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: ActiveMagicEffect Script

Returns the Duration of the Active Magic Effect.

Syntax

float Function GetDuration() native

Return Value

Returns the Duration of the Magic Effect

Examples

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

See Also