Difference between revisions of "love.update"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Callback function used to update the state of the game every frame.
 
Callback function used to update the state of the game every frame.
 
== Function ==
 
== Function ==
Line 15: 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.}}
 +
== Other Languages ==
 +
{{i18n|love.update}}

Revision as of 20:10, 25 October 2010

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