Difference between revisions of "love.timer.getMicroTime"

m (1 revision: Imported docs from potato.)
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.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::love.timer]]
 
* [[parent::love.timer]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Returns the amount of time passed since an unspecified time. The time is accurate to the microsecond, and is limited to 24 hours.}}

Revision as of 16:17, 14 February 2010

Returns the amount of time passed since an unspecified 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