PulleyJoint:setMaxLengths

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.

Function

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.

See Also


© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/PulleyJoint:setMaxLengths