Difference between revisions of "love.timer.getMicroTime"

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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.timer.getMicroTime}}
 
{{i18n|love.timer.getMicroTime}}

Revision as of 18:02, 25 March 2011

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