Difference between revisions of "B2.FrictionJoint:setMaxTorque"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the maximum friction torque in N*m. <br /> <br /> <source lang="lua"> = b2.FrictionJoint:s...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.FrictionJoint:setMaxTorque(torque,)
+
b2.FrictionJoint:setMaxTorque(torque)
 
</source>
 
</source>
'''torque:''' (number) the maximum friction torque in N*m ''''''<br/>
+
'''torque''': (number) the maximum friction torque in N*m ''''''<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the maximum friction torque in N*m.

 b2.FrictionJoint:setMaxTorque(torque)

'torque: (number) the maximum friction torque in N*m '