{{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">
fixtures = Body:getFixtures( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|table|fixtures|A [[sequence]] with all [[Fixture|fixtures]].}}
== See Also ==
* [[parent::Body]]
* [[Fixture]]
[[Category:Functions]]
{{#set:Description=Returns a table with all fixtures.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Body:getFixtures}}