{{newin|[[11.0]]|110|type=method|text=It has been renamed from [[Body:getJointList]]}}
Returns a table containing the Joints attached to this Body.
== Function ==
=== Synopsis ===
<source lang="lua">
joints = Body:getJoints( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|table|joints|A [[sequence]] with the [[Joint]]s attached to the Body.}}
== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Returns a table containing the [[Joint]]s attached to this Body.}}
== Other Languages ==
{{i18n|Body:getJoints}}