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 [[Channel]] queue.
+
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 [[Channel]] queue.}}
+
{{#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