Channel:getCount
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Retrieves the number of messages in the thread channels queue. The name of the message can be any string.
Function
Synopsis
value = Channel:getCount( name )
Arguments
string name
- The name of the message.
Returns
number value
- The amount of messages in the queue.
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