GetTime
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