Difference between revisions of "Thread:getKeys"

(Added Thread:getKeys.)
 
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=method}}
+
{{newinoldin|[[0.8.0]]|080|[[0.9.0]]|090|type=method}}
Returns the names of all messages in a table.
+
Returns a table with the names of all messages in the message box.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 13:
 
* [[parent::Thread]]
 
* [[parent::Thread]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Returns the names of all messages in a table.}}
+
{{#set:Description=Returns the names of all messages as a table.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Thread:getKeys}}
 
{{i18n|Thread:getKeys}}

Latest revision as of 22:32, 27 December 2015

Available since LÖVE 0.8.0 and removed in LÖVE 0.9.0
This method is not supported in earlier or 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