Sets the limits.
== Function ==
=== Synopsis ===
<source lang="lua">
RevoluteJoint:setLimits( lower, upper )
</source>
=== Arguments ===
{{param|number|lower|The lower limit, in radians.}}
{{param|number|upper|The upper limit, in radians.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::RevoluteJoint]]
[[Category:Functions]]
{{#set:Description=Sets the limits.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|RevoluteJoint:setLimits}}