Body:getFixtures

Available since LÖVE 11.0
It has been renamed from Body:getFixtureList.

Returns a table with all fixtures.

Function

Synopsis

fixtures = Body:getFixtures( )

Arguments

None.

Returns

table fixtures
A sequence with all fixtures.

See Also


Other Languages