Difference between revisions of "ScriptEffectElapsedSeconds"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
(2 intermediate revisions by 2 users not shown)
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: Functions (GECK 1.1)]]
[[Category:Game Effect Functions]]
[[Category:Game Effect Functions]]
[[Category:Game Effect Functions (GECK 1.1)]]

Latest revision as of 13:03, 15 August 2009

Description[edit | edit source]

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[edit | edit source]

ScriptEffectElapsedSeconds