Difference between revisions of "ScriptEffectElapsedSeconds"
Jump to navigation
Jump to search
imported>Dev akm (time functions) |
imported>Fella |
||
Line 7: | Line 7: | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | [[Category: Functions (CS 1.0)]] | ||
[[Category: Magic Functions]] | [[Category: Magic Functions]] |
Revision as of 11:53, 23 January 2008
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.
This function will return fractional values. (i.e. values between 0 and 1 seconds)