GetDuration - ActiveMagicEffect

Revision as of 11:38, 12 October 2014 by imported>Terra Nova2
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)

See AlsoEdit