Channel:pop

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

Retrieves the value of a message and removes it from the thread channels message queue. The name of the message can be any string. The value of the message can be a boolean, string, number or a LÖVE userdata. It returns nil, if there's no message in the queue.

Function

Synopsis

value = Channel:pop( name )

Arguments

string name
The name of the message.

Returns

boolean, number, string or LÖVE userdata value
The contents of the message.

See Also

Other Languages