Difference between revisions of "love.event.wait"
Line 16: | Line 16: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Like love.event.poll(), but blocks until there is an event in the queue.}} | {{#set:Description=Like love.event.poll(), but blocks until there is an event in the queue.}} | ||
+ | {{#set:Since=000}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.event.wait}} | {{i18n|love.event.wait}} |
Revision as of 09:31, 25 March 2011
Like love.event.poll()
, but blocks until there is an event in the queue.
Function
Synopsis
e, a, b, c = love.event.wait( )
Arguments
None.
Returns
Event e
- The type of event.
mixed a
- First event argument.
mixed b
- Second event argument.
mixed c
- Third event argument.
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