{{newin|[[0.8.0]]|080|type=function}}
{{oldin|[[0.9.0]]|090|type=function|text=It has been renamed to [[PrismaticJoint:hasLimitsEnabled]]}}
Checks whether the limits are enabled.

== Function ==
=== Synopsis ===
<source lang="lua">
enabled = PrismaticJoint:isLimitEnabled( )
</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=080}}
== Other Languages ==
{{i18n|PrismaticJoint:isLimitEnabled}}