Difference between revisions of "PrismaticJoint:setLimitsEnabled"

(oldin notice.)
m (I -> It)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{oldin|[[0.8.0]]|080|type=method}}
+
{{oldin|[[0.8.0]]|080|type=function|text=This function is not supported in that version}}
 +
{{newin|[[0.9.0]]|090|type=function|text=It has been renamed again}}
 
Enables/disables the joint limit.
 
Enables/disables the joint limit.
  

Latest revision as of 06:27, 20 August 2014

Removed in LÖVE 0.8.0
This function is not supported in that version.
Available since LÖVE 0.9.0
It has been renamed again.

Enables/disables the joint limit.

Function

Synopsis

enable = PrismaticJoint:setLimitsEnabled( )

Arguments

None.

Returns

boolean enable
True if enabled, false if disabled.

See Also


Other Languages