Difference between revisions of "love.timer"
m |
m (Added deprecation support for listing fields) |
||
Line 10: | Line 10: | ||
| ?PrettySince | | ?PrettySince | ||
| ?PrettyRemoved | | ?PrettyRemoved | ||
+ | | ?PrettyDeprecated | ||
}} | }} | ||
== See Also == | == See Also == |
Latest revision as of 10:55, 1 January 2019
Provides high-resolution timing functionality.
Functions
love.timer.getAverageDelta | Returns the average delta time over the last second. | 0.9.0 | |
love.timer.getDelta | Returns the time between the last two frames. | ||
love.timer.getFPS | Returns the current frames per second. | 0.2.1 | |
love.timer.getMicroTime | Returns the value of a timer with microsecond precision. | 0.9.0 | |
love.timer.getTime | Returns the precise amount of time since some time in the past. | 0.3.2 | |
love.timer.sleep | Pauses the current thread for the specified amount of time. | 0.2.1 | |
love.timer.step | Measures the time between two frames. |
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