{{newin|[[0.9.2]]|092|type=function}}
Get the Joints connected by this GearJoint.
== Function ==
=== Synopsis ===
<source lang="lua">
joint1, joint2 = GearJoint:getJoints( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|Joint|joint1|The first connected Joint.}}
{{param|Joint|joint2|The second connected Joint.}}
== See Also ==
* [[parent::GearJoint]]
[[Category:Functions]]
{{#set:Description=Get the Joints connected by this GearJoint.}}
== Other Languages ==
{{i18n|GearJoint:getJoints}}