Difference between revisions of "PrismaticJoint:areLimitsEnabled"

(Created page)
 
m (0.11.0 -> 11.0)
 
Line 1: Line 1:
{{newin|[[0.11.0]]|110|type=function|text=It has been renamed from [[PrismaticJoint:hasLimitsEnabled]]}}
+
{{newin|[[11.0]]|110|type=function|text=It has been renamed from [[PrismaticJoint:hasLimitsEnabled]]}}
 
Checks whether the limits are enabled.
 
Checks whether the limits are enabled.
  

Latest revision as of 18:19, 7 May 2019

Available since LÖVE 11.0
It has been renamed from PrismaticJoint:hasLimitsEnabled.

Checks whether the limits are enabled.

Function

Synopsis

enabled = PrismaticJoint:areLimitsEnabled( )

Arguments

None.

Returns

boolean enabled
True if enabled, false otherwise.

See Also

Other Languages