Difference between revisions of "Thread:send"

(Initial version)
 
Line 1: Line 1:
 +
{{newin|[[0.7.0]]|type=function}}
 
Send a message (put it in the queue).
 
Send a message (put it in the queue).
 
== Function ==
 
== Function ==

Revision as of 15:57, 22 September 2010

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

Send a message (put it in the queue).

Function

Synopsis

Source:send(name, value)

Arguments

string name
The name of the message.
value value
The contents of the message.

Returns

None.

See Also