Difference between revisions of "love.timer.getMicroTime"

m (Clarified the function description.)
Line 1: Line 1:
Returns the amount of time passed since an unspecified time. The time is accurate to the microsecond, and is limited to 24 hours.
+
Returns the value of a timer with an unspecified starting time. The time is accurate to the microsecond, and is limited to 24 hours.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 22:48, 7 February 2012

Returns the value of a timer with an unspecified starting time. The time is accurate to the microsecond, and is limited to 24 hours.

Function

Synopsis

t = love.timer.getMicroTime( )

Arguments

None.

Returns

number t
The time passed (in seconds)

See Also


Other Languages