Difference between revisions of "World:getContacts"

(Created page)
(No difference)

Revision as of 17:06, 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