Difference between revisions of "B2.WheelJoint:setMaxMotorTorque"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the maximum motor torque in N*m. <br /> <br /> <source lang="lua"> = b2.WheelJoint:setMaxM...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | b2.WheelJoint:setMaxMotorTorque(torque) | |
</source> | </source> | ||
− | '''torque | + | '''torque''': (number) the maximum motor torque in N-m ''''''<br/> |
Revision as of 10:18, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the maximum motor torque in N*m.
b2.WheelJoint:setMaxMotorTorque(torque)
'torque: (number) the maximum motor torque in N-m '