Difference between revisions of "Channel:clear"
m (Removed excessive links) |
|||
Line 1: | Line 1: | ||
{{newin|[[0.9.0]]|090|type=function}} | {{newin|[[0.9.0]]|090|type=function}} | ||
Clears all the messages in the Channel queue. | Clears all the messages in the Channel queue. | ||
+ | {{notice|This function doesn't free up the memory used by a Channel, it needs to be garbage collected to release the memory.}} | ||
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === |
Revision as of 19:24, 9 March 2018
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Clears all the messages in the Channel queue.
This function doesn't free up the memory used by a Channel, it needs to be garbage collected to release the memory. |
Function
Synopsis
Channel:clear( )
Arguments
None.
Returns
None.
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