World:getContacts
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
World