Difference between revisions of "PulleyJoint:getMaxLengths"

m (included link to other languages)
 
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the maximum lengths of the rope segments.}}
 
{{#set:Description=Get the maximum lengths of the rope segments.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|PulleyJoint:getMaxLengths}}
 
{{i18n|PulleyJoint:getMaxLengths}}

Latest revision as of 17:29, 25 March 2011

Get the maximum lengths of the rope segments.

Function

Synopsis

len1, len2 = PulleyJoint:getMaxLengths( )

Arguments

None.

Returns

number len1
The maximum length of the first rope segment.
number len2
The maximum length of the second rope segment.

See Also


Other Languages