{{deprecatedin|[[11.0]]|110|type=function|text=It has been renamed to [[Body:getJoints]]}}
{{newin|[[0.9.2]]|092|type=method}}
Returns a table containing the Joints attached to this Body.
== Function ==
=== Synopsis ===
<source lang="lua">
joints = Body:getJointList( )
</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 Joints attached to this Body.}}
== Other Languages ==
{{i18n|Body:getJointList}}