{{deprecatedin|[[11.0]]|110|type=function|text=It has been renamed to [[Body:getFixtures]]}}
{{newin|[[0.8.0]]|080|type=method}}
Returns a table with all fixtures.

== Function ==
=== Synopsis ===
<source lang="lua">
fixtures = Body:getFixtureList( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|table|fixtures|A [[sequence]] with all fixtures.}}
== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Returns a table with all fixtures.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Body:getFixtureList}}