Returns the reaction torque on the second body.

== Function ==
{{newin|[[0.8.0]]|080|type=variant}}
=== Synopsis ===
<source lang="lua">
torque = Joint:getReactionTorque( invdt )
</source>
=== Arguments ===
{{param|number|invdt|How long the force applies. Usually the inverse time step or 1/dt.}}
=== Returns ===
{{param|number|torque|The reaction torque on the second body.}}

== Function ==
{{oldin|[[0.8.0]]|080|type=variant}}
=== Synopsis ===
<source lang="lua">
torque = Joint:getReactionTorque( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|torque|The reaction torque on the second body.}}

== See Also ==
* [[parent::Joint]]
[[Category:Functions]]
{{#set:Description=Returns the reaction torque on the second body.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Joint:getReactionTorque}}