Difference between revisions of "PrismaticJoint:isLimitsEnabled"

(oldin notice.)
m
 
Line 1: Line 1:
{{oldin|[[0.8.0]]|080|type=method}}
+
{{oldin|[[0.8.0]]|080|type=function}}
 
Checks whether limits are enabled.
 
Checks whether limits are enabled.
  

Latest revision as of 17:44, 29 May 2013

Removed in LÖVE 0.8.0
This function is not supported in that and later versions.

Checks whether limits are enabled.

Function

Synopsis

enabled = PrismaticJoint:isLimitsEnabled( )

Arguments

None.

Returns

boolean enabled
True if enabled, false otherwise.

See Also


Other Languages