Function
love.timer.getMicroTime( )
Returns the amount of time passed since an unspecified time. The time is accurate to the microsecond, and is limited to 24 hours.
Synopsis
t = love.timer.getMicroTime( )
Returns
t number The time passed (in seconds)
Copyright © 2006-2010 LÖVE Development Team.