Difference between revisions of "PulleyJoint:setRatio"

 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
Set the pulley ratio.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
PulleyJoint:setRatio( )
+
PulleyJoint:setRatio( ratio )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None.
+
{{param|number|ratio|The new pulley ratio of the joint.}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
Line 13: Line 12:
 
* [[parent::PulleyJoint]]
 
* [[parent::PulleyJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Set the pulley ratio.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|PulleyJoint:setRatio}}

Latest revision as of 17:29, 25 March 2011

Set the pulley ratio.

Function

Synopsis

PulleyJoint:setRatio( ratio )

Arguments

number ratio
The new pulley ratio of the joint.

Returns

Nothing.

See Also


Other Languages