Difference between revisions of "ScriptEffectElapsedSeconds"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Quarn
Line 1: Line 1:
'''Syntax:'''
=='''Description'''==
ScriptEffectElapsedSeconds


Available only in 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 Effect Scripts. Returns seconds elapsed since the last magic effect update. This will only return a value greater than 0 inside a [[ScriptEffectUpdate]] block.  


   
=='''Syntax'''==
 
  ScriptEffectElapsedSeconds


[[Category: Functions]]
[[Category: Functions]]
[[Category:Game Effect Functions]]
[[Category:Game Effect Functions]]

Revision as of 23:00, 19 April 2009

Description

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

Syntax

ScriptEffectElapsedSeconds