Measures the time between two frames.
Calling this changes the return value of [[love.timer.getDelta]].
== Function ==
=== Synopsis ===
<source lang="lua">
dt = love.timer.step( )
</source>
=== Arguments ===
None.
=== Returns ===
{{New_feature|11.0|
{{param|number|dt|The time passed (in seconds).}} }}
== See Also ==
* [[parent::love.timer]]
* [[love.run]]
[[Category:Functions]]
{{#set:Description=Measures the time between two frames.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.timer.step}}