PrismaticJoint:enableLimit

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

Enables or disables the limits of the joint.

Function

Synopsis

enable = PrismaticJoint:enableLimit( )

Arguments

None.

Returns

boolean enable
True if enabled, false if disabled.

See Also


Other Languages