Difference between revisions of "love.timer.step"

m
Line 13: Line 13:
 
* [[parent::love.timer]]
 
* [[parent::love.timer]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Measures the time between two frames.
+
{{#set:Description=Measures the time between two frames.}}
}}
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.timer.step}}
 
{{i18n|love.timer.step}}

Revision as of 18:02, 25 March 2011

Measures the time between two frames. Calling this changes the return value of love.timer.getDelta.

Function

Synopsis

love.timer.step( )

Arguments

None.

Returns

Nothing.

See Also


Other Languages