Difference between revisions of "B2.GearJoint:setRatio"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the gear ratio. <br /> <br /> <source lang="lua"> = b2.GearJoint:setRatio(ratio,) </source...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.GearJoint:setRatio(ratio,)
+
b2.GearJoint:setRatio(ratio)
 
</source>
 
</source>
'''ratio:''' (number) the gear ratio ''''''<br/>
+
'''ratio''': (number) the gear ratio ''''''<br/>

Revision as of 11:19, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the gear ratio.

 b2.GearJoint:setRatio(ratio)

'ratio: (number) the gear ratio '