{{newin|[[0.9.0]]|090|type=method|text=It has been renamed from [[RevoluteJoint:enableLimits]]}}
Enables/disables the joint limit.

== Function ==
=== Synopsis ===
<source lang="lua">
RevoluteJoint:setLimitsEnabled( enable )
</source>
=== Arguments ===
{{param|boolean|enable|True to enable, false to disable.}}
=== Returns ===
Nothing.

== See Also ==
* [[parent::RevoluteJoint]]
[[Category:Functions]]
{{#set:Description=Enables/disables the joint limit.}}
== Other Languages ==
{{i18n|RevoluteJoint:setLimitsEnabled}}