Difference between revisions of "ScriptEffectElapsedSeconds"
Jump to navigation
Jump to search
imported>Kkuhlmann |
imported>Quarn |
||
Line 1: | Line 1: | ||
''' | =='''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. | 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