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

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