Difference between revisions of "Channel:clear"

m
 
Line 10: Line 10:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
None.
+
Nothing.
 
== See Also ==
 
== See Also ==
 
* [[parent::Channel]]
 
* [[parent::Channel]]

Latest revision as of 15:00, 20 June 2019

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Clears all the messages in the Channel queue.

O.png 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

Nothing.

See Also

Other Languages