PrismaticJoint:setLimitsEnabled

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