Difference between revisions of "GearJoint:setRatio"

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

Latest revision as of 11:04, 25 March 2011

Set the ratio of a gear joint.

Function

Synopsis

GearJoint:setRatio( ratio )

Arguments

number ratio
The new ratio of the joint.

Returns

Nothing.

See Also


Other Languages