Difference between revisions of "Body:getFixtures"

(Created page with "{{newin|11.0|110|type=method|text=It has been renamed from Body:getFixtureList}} Returns a table with all fixtures. == Function == === Synopsis === <source lang="lua">...")
(No difference)

Revision as of 18:59, 20 November 2019

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