Difference between revisions of "PulleyJoint:getLength1"

(add detail)
m (included link to other languages)
Line 1: Line 1:
 
+
Get the current length of the rope segment attached to the first body.
 
== Function ==
 
== Function ==
Get the current length of the rope segment attached to the first body.
 
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the current length of the segment attached to the first body.}}
 
{{#set:Description=Get the current length of the segment attached to the first body.}}
 +
== Other Languages ==
 +
{{i18n|PulleyJoint:getLength1}}

Revision as of 22:24, 21 January 2011

Get the current length of the rope segment attached to the first body.

Function

Synopsis

length = PulleyJoint:getLength1( )

Arguments

None.

Returns

number length
The length of the rope segment.

See Also

Other Languages