Difference between revisions of "love.timer.step"

m
Line 12: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.timer]]
 
* [[parent::love.timer]]
 +
* [[love.run]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Measures the time between two frames.}}
 
{{#set:Description=Measures the time between two frames.}}

Revision as of 03:59, 11 August 2013

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