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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info