GetDuration - ActiveMagicEffect
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...")
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)