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

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