Views
love.timer.getMicroTime
Returns the value of a timer with an unspecified starting time. The time is accurate to the microsecond.
Function
Synopsis
t = love.timer.getMicroTime( )
Arguments
None.
Returns
number t
- The time passed in seconds.
See Also