Difference between revisions of "B2.RevoluteJoint:setMaxMotorTorque"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the maximum motor torque, usually in N-m. <br /> <br /> <source lang="lua"> = b2.RevoluteJ...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.RevoluteJoint:setMaxMotorTorque(torque,)
+
b2.RevoluteJoint:setMaxMotorTorque(torque)
 
</source>
 
</source>
'''torque:''' (number) the maximum motor torque, usually in N-m ''''''<br/>
+
'''torque''': (number) the maximum motor torque, usually in N-m ''''''<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the maximum motor torque, usually in N-m.

 b2.RevoluteJoint:setMaxMotorTorque(torque)

'torque: (number) the maximum motor torque, usually in N-m '