{{newin|[[0.9.0]]|090|type=function|text=It has been renamed from [[RevoluteJoint:isLimitsEnabled]]}}
{{deprecatedin|[[11.0]]|110|type=function|text=This function has been renamed to [[RevoluteJoint:areLimitsEnabled]]}}
Checks whether limits are enabled.
== Function ==
=== Synopsis ===
<source lang="lua">
enabled = RevoluteJoint:hasLimitsEnabled( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|enabled|True if enabled, false otherwise.}}
== See Also ==
* [[parent::RevoluteJoint]]
[[Category:Functions]]
{{#set:Description=Checks whether limits are enabled.}}
== Other Languages ==
{{i18n|RevoluteJoint:hasLimitsEnabled}}