lovr.timer.getTime
EditReturns the time since some time in the past. This can be used to measure the difference between two points in time.
time = lovr.timer.getTime()Arguments
None
Returns
| Name | Type | Description |
| time | number | The current time, in seconds. |