Difference between revisions of "ScriptEffectElapsedSeconds"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
 
imported>Garrett
m (fixing link)
Line 2: Line 2:
  ScriptEffectElapsedSeconds  
  ScriptEffectElapsedSeconds  


Available only in [[Magic Effect scripts]]. Returns seconds elapsed since the last magic effect update. This will only return a value greater than 0 inside a [[ScriptEffectUpdate]] block.  
Available only in [[Magic effect scripts]]. Returns seconds elapsed since the last magic effect update. This will only return a value greater than 0 inside a [[ScriptEffectUpdate]] block.  


   
   

Revision as of 07:40, 10 April 2006

Syntax:

ScriptEffectElapsedSeconds 

Available only in Magic effect scripts. Returns seconds elapsed since the last magic effect update. This will only return a value greater than 0 inside a ScriptEffectUpdate block.