Difference between revisions of "love.timer"
m (1 revision: Importing from potato (again).) |
|||
Line 1: | Line 1: | ||
− | |||
Provides an interface to the user's clock. | Provides an interface to the user's clock. | ||
== Functions == | == Functions == | ||
Line 10: | Line 9: | ||
== See Also == | == See Also == | ||
* [[parent::love]] | * [[parent::love]] | ||
+ | |||
+ | {{i18n|love.audio}} |
Revision as of 08:39, 21 September 2010
Provides an interface to the user's clock.
Functions
love.timer.getAverageDelta | Returns the average delta time over the last second. |
love.timer.getDelta | Returns the time between the last two frames. |
love.timer.getFPS | Returns the current frames per second. |
love.timer.getMicroTime | Returns the value of a timer with microsecond precision. |
love.timer.getTime | Returns the precise amount of time since some time in the past. |
love.timer.sleep | Pauses the current thread for the specified amount of time. |
love.timer.step | Measures the time between two frames. |
See Also
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