W3cubDocs

/LÖVE

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


© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.timer.getMicroTime