Get the maximum lengths of the rope segments.
== Function ==
=== Synopsis ===
<source lang="lua">
len1, len2 = PulleyJoint:getMaxLengths( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|len1|The maximum length of the first rope segment.}}
{{param|number|len2|The maximum length of the second rope segment.}}
== See Also ==
* [[parent::PulleyJoint]]
[[Category:Functions]]
{{#set:Description=Get the maximum lengths of the rope segments.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|PulleyJoint:getMaxLengths}}