Difference between revisions of "GearJoint:setRatio"

(add detail)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
+
Set the ratio of a [[GearJoint|gear joint.]]
 
== Function ==
 
== Function ==
Set the ratio of a [[GearJoint|gear joint.]]
 
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Set the ratio of a gear joint.}}
 
{{#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