Difference between revisions of "World:getContacts"

(Created page)
 
m
 
Line 1: Line 1:
 
{{newin|[[11.0]]|110|type=method|text=It has been renamed from [[World:getContactList]]}}
 
{{newin|[[11.0]]|110|type=method|text=It has been renamed from [[World:getContactList]]}}
  
Returns a table with all contacts.
+
Returns a table with all [[Contact]]s.
  
 
== Function ==
 
== Function ==
Line 11: Line 11:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|table|contacts|A [[sequence]] with all contacts.}}
+
{{param|table|contacts|A [[sequence]] with all [[Contact]]s.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::World]]
 
* [[parent::World]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Returns a table with all contacts.}}
+
{{#set:Description=Returns a table with all [[Contact]]s.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|World:getContacts}}
 
{{i18n|World:getContacts}}

Latest revision as of 17:07, 28 May 2019

Available since LÖVE 11.0
It has been renamed from World:getContactList.


Returns a table with all Contacts.

Function

Synopsis

contacts = World:getContacts( )

Arguments

None.

Returns

table contacts
A sequence with all Contacts.

See Also

Other Languages