Difference between revisions of "PulleyJoint:getRatio"

m (1 revision: Imported docs from potato.)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
Get the pulley ratio.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
PulleyJoint:getRatio( )
+
ratio = PulleyJoint:getRatio( )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
Nothing.
+
{{param|number|ratio|The pulley ratio of the joint.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::PulleyJoint]]
 
* [[parent::PulleyJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Get the pulley ratio.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|PulleyJoint:getRatio}}

Latest revision as of 17:29, 25 March 2011

Get the pulley ratio.

Function

Synopsis

ratio = PulleyJoint:getRatio( )

Arguments

None.

Returns

number ratio
The pulley ratio of the joint.

See Also


Other Languages