Difference between revisions of "PulleyJoint:getMaxLengths"

(add detail)
m (included link to other languages)
Line 1: Line 1:
 
+
Get the maximum lengths of the rope segments.
 
== Function ==
 
== Function ==
Get the maximum lengths of the rope segments.
 
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
Line 15: 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.}}
 +
== Other Languages ==
 +
{{i18n|PulleyJoint:getMaxLengths}}

Revision as of 22:30, 21 January 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