PulleyJoint:setMaxLengths
Function
Set the maximum lengths of the rope segments.
The physics module also imposes maximum values for the rope segments. If the parameters exceed these values, the maximum values are set instead of the requested values.
Synopsis
PulleyJoint:setMaxLengths( max1, max2 )
Arguments
number max1
- The new maximum length of the first segment.
number max2
- The new maximum length of the second segment.
Returns
Nothing.