Difference between revisions of "love.timer.step"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Measures the time between two frames.
 
Measures the time between two frames.
 
Calling this changes the return value of [[love.timer.getDelta]].
 
Calling this changes the return value of [[love.timer.getDelta]].
Line 16: Line 15:
 
{{#set:Description=Measures the time between two frames.
 
{{#set:Description=Measures the time between two frames.
 
}}
 
}}
 +
== Other Languages ==
 +
{{i18n|love.timer.step}}

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

Other Languages