{{newin|[[11.0]]|110|type=function|text=It has renamed from [[World:getBodyList]]}}
Returns a table with all bodies.

== Function ==
=== Synopsis ===
<source lang="lua">
bodies = World:getBodies( )
</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=110}}
== Other Languages ==
{{i18n|World:getBodies}}