Difference between revisions of "love.timer.getMicroTime"

(Added link to love.timer.getTime)
m
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#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.}}
 
{{#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.}}
 +
== Other Languages ==
 +
{{i18n|love.timer.getMicroTime}}

Revision as of 20:32, 18 November 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

Other Languages