love.timer.getMicroTime
Removed in LÖVE 0.9.0 |
love.timer.getTime is now microsecond-accurate. |
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
Category: