{{newin|[[0.9.0]]|090|type=function}}
{{deprecatedin|[[11.0]]|110|type=function|text=This function has been renamed to [[PrismaticJoint:areLimitsEnabled]]}}
Checks whether the limits are enabled.

== Function ==
=== Synopsis ===
<source lang="lua">
enabled = PrismaticJoint:hasLimitsEnabled( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|enabled|True if enabled, false otherwise.}}
== See Also ==
* [[parent::PrismaticJoint]]
[[Category:Functions]]
{{#set:Description=Checks whether the limits are enabled.}}
{{#set:Since=090}}
== Other Languages ==
{{i18n|PrismaticJoint:hasLimitsEnabled}}