GetTime: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
No edit summary
 
Line 3: Line 3:


Lua Syntax:
Lua Syntax:
<pre>getTime({flags=1,  
<pre>getTime({flags=1, reset = true|false})</pre>
    reset = true|false})</pre>
===Arguments===
===Arguments===
===Flags===
===Flags===

Latest revision as of 00:17, 18 August 2011

getTime

Returns the number of milli seconds since the command was called the first time (or the timer was reset). Use this command for relative time measurements. E.g. call this command twice at different locations and calculate the time differential to see the time passed.

Lua Syntax:

getTime({flags=1, reset = true|false})

Arguments

Flags

r/reset

If true the timer will be reset and the next call(s) will return the time passed since this call.

Return Values

time
Milli seconds