Difference between revisions of "PulleyJoint:getConstant"

(add detail)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
+
Get the total length of the rope.
 
== Function ==
 
== Function ==
Get the total length of the rope.
 
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the total length of the rope.}}
 
{{#set:Description=Get the total length of the rope.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|PulleyJoint:getConstant}}

Latest revision as of 17:28, 25 March 2011

Get the total length of the rope.

Function

Synopsis

length = PulleyJoint:getConstant( )

Arguments

None.

Returns

number length
The length of the rope in the joint.

See Also


Other Languages