Difference between revisions of "love.update"

Line 14: Line 14:
 
[[Category:Callbacks]]
 
[[Category:Callbacks]]
 
{{#set:Description=Callback function used to update the state of the game every frame.}}
 
{{#set:Description=Callback function used to update the state of the game every frame.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.update}}
 
{{i18n|love.update}}

Revision as of 18:05, 25 March 2011

Callback function used to update the state of the game every frame.

Function

Synopsis

love.update( dt )

Arguments

number dt
Time since the last update in seconds.

Returns

Nothing.

See Also


Other Languages