Difference between revisions of "PulleyJoint:getConstant"

 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
Get the total length of the rope.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
PulleyJoint:getConstant( )
+
length = PulleyJoint:getConstant( )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
Nothing.
+
{{param|number|length|The length of the rope in the joint.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::PulleyJoint]]
 
* [[parent::PulleyJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#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