Difference between revisions of "Thread:getKeys"

Line 1: Line 1:
 
{{newin|[[0.8.0]]|080|type=method}}
 
{{newin|[[0.8.0]]|080|type=method}}
 +
{{oldin|[[0.9.0]]|090|type=method}}
 
Returns a table with the names of all messages in the message box.
 
Returns a table with the names of all messages in the message box.
 
== Function ==
 
== Function ==

Revision as of 04:32, 28 June 2013

Available since LÖVE 0.8.0
This method is not supported in earlier versions.
Removed in LÖVE 0.9.0
This method is not supported in that and later versions.

Returns a table with the names of all messages in the message box.

Function

Synopsis

msgNames = Thread:getKeys()

Arguments

None.

Returns

table msgNames
A sequence with all the message names.

See Also

Other Languages