Returns the reaction force in newtons on the second body

== Function ==
{{newin|[[0.8.0]]|080|type=variant}}
=== Synopsis ===
<source lang="lua">
x, y = Joint:getReactionForce( invdt )
</source>
=== Arguments ===
{{param|number|x|How long the force applies. Usually the inverse time step or 1/dt.}}
=== Returns ===
{{param|number|x|The x-component of the force.}}
{{param|number|y|The y-component of the force.}}

== Function ==
{{oldin|[[0.8.0]]|080|type=variant}}
=== Synopsis ===
<source lang="lua">
x, y = Joint:getReactionForce( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|x|The x-component of the force.}}
{{param|number|y|The y-component of the force.}}

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