Difference between revisions of "Channel:demand"
m |
m (correct return type to ''value'') |
||
Line 11: | Line 11: | ||
None. | None. | ||
=== Returns === | === Returns === | ||
− | {{param| | + | {{param|value|value|The contents of the message.}} |
== See Also == | == See Also == | ||
* [[parent::Channel]] | * [[parent::Channel]] |
Revision as of 06:14, 26 January 2014
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Retrieves the value of a Channel message and removes it from the message queue.
The value of the message can be a boolean, string, number, LÖVE userdata, or a simple flat table. It waits until a message is in the queue then returns the message value.
Function
Synopsis
value = Channel:demand( )
Arguments
None.
Returns
value value
- The contents of the message.
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