{{notice|Not stable in 0.8.0. You may experience crashing.}}
{{deprecatedin|[[11.0]]|110|type=function|text=This function has been renamed to [[World:getContacts]]}}
{{newin|[[0.8.0]]|080|type=method}}

Returns a table with all contacts.

== Function ==
=== Synopsis ===
<source lang="lua">
contacts = World:getContactList( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|table|contacts|A [[sequence]] with all contacts.}}
== See Also ==
* [[parent::World]]
[[Category:Functions]]
{{#set:Description=Returns a table with all contacts.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|World:getContactList}}