Views
PrismaticJoint:setLimitsEnabled
Removed in LÖVE 0.8.0 |
This method is not supported in that and later versions. |
Enables/disables the joint limit.
Function
Synopsis
enable = PrismaticJoint:setLimitsEnabled( )
Arguments
None.
Returns
boolean enable
- True if enabled, false if disabled.
See Also