Difference between revisions of "PrismaticJoint:isLimitEnabled"

(Added 0.8.0's PrismaticJoint:isLimitEnabled.)
 
m
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=method}}
+
{{newin|[[0.8.0]]|080|type=function}}
 
Checks whether the limits are enabled.
 
Checks whether the limits are enabled.
  

Revision as of 17:44, 29 May 2013

Available since LÖVE 0.8.0
This function is not supported in earlier versions.

Checks whether the limits are enabled.

Function

Synopsis

enabled = PrismaticJoint:isLimitEnabled( )

Arguments

None.

Returns

boolean enabled
True if enabled, false otherwise.

See Also


Other Languages