Views
PrismaticJoint:setMotorEnabled
Removed in LÖVE 0.8.0 |
This method is not supported in that and later versions. |
Enables/disables the joint motor.
Function
Synopsis
PrismaticJoint:setMotorEnabled( enable )
Arguments
boolean enable
- True to enable, false to disable.
Returns
Nothing.
See Also