Difference between revisions of "ScriptEffectElapsedSeconds"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Quetzilla
imported>Quetzilla
m
Line 7: Line 7:


==See Also==
==See Also==
GetSecondsPassed
* [[GetSecondsPassed]]


[[Category: Functions]]
[[Category: Functions]]

Revision as of 00:09, 29 May 2008

Syntax:

(seconds:float) 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.

This function will return fractional values. (i.e. values between 0 and 1 seconds)

See Also