Function
love.timer.getTime( )
Returns the amount of time since some time in the past. This function should only be used to calculate differences between points in time, so exactly when this some time is should not matter.
Synopsis
time = love.timer.getTime( )
Returns
time number The time in seconds.
Copyright © 2006-2010 LÖVE Development Team.