GetTime

From VisionaireWiki
Revision as of 00:46, 16 April 2009 by Alex (talk | contribs) (Bot (Edward's framework))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

getTime

Returns the number of milli seconds since a specific point in time. Only 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. Never use the absolute time returned from this command on its own because the point in time which defines 0 milli seconds is undefined.

Lua Syntax:

getTime()

Arguments

Flags

Return Values

time
Milli seconds