Difference between revisions of "love.timer.step"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Measures the time between two frames.
 +
Calling this changes the return value of [[love.timer.getDelta]].
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 14:
 
* [[parent::love.timer]]
 
* [[parent::love.timer]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Measures the time between two frames.
 +
}}

Revision as of 16:17, 14 February 2010

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