Channel:clear

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

Clears all the messages in the thread channels queue. The name of the message can be any string.

Function

Synopsis

value = Channel:clear( name )

Arguments

string name
The name of the message.

Returns

None.

See Also

Other Languages