Returns the time between the last two frames.
== Function ==
=== Synopsis ===
<source lang="lua">
dt = love.timer.getDelta( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|dt|The time passed (in seconds).}}
== See Also ==
* [[parent::love.timer]]
* [[love.timer.getAverageDelta]]
[[Category:Functions]]
{{#set:Description=Returns the time between the last two frames.}}
{{#set:Since=000}}

== Other Languages ==
{{i18n|love.timer.getDelta}}