Difference between revisions of "Channel:getCount"
m |
m (Removed excessive links) |
||
Line 1: | Line 1: | ||
{{newin|[[0.9.0]]|090|type=function}} | {{newin|[[0.9.0]]|090|type=function}} | ||
− | Retrieves the number of messages in the thread | + | Retrieves the number of messages in the thread Channel queue. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 14: | Line 14: | ||
* [[Channel:pop]] | * [[Channel:pop]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Retrieves the number of messages in the | + | {{#set:Description=Retrieves the number of messages in the Channel queue.}} |
== Other Languages == | == Other Languages == | ||
{{i18n|Channel:count}} | {{i18n|Channel:count}} |
Revision as of 00:40, 17 June 2013
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Retrieves the number of messages in the thread Channel queue.
Function
Synopsis
value = Channel:getCount( )
Arguments
None.
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