Difference between revisions of "B2.WheelJoint:setMaxMotorTorque"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.WheelJoint|b2.WheelJoint]]<br/>
 +
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
<translate><br />
+
Sets the maximum motor torque in N*m.
Sets the maximum motor torque in N*m. <br />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
b2.WheelJoint:setMaxMotorTorque(torque)
<source lang="lua">
+
</syntaxhighlight>
b2.WheelJoint:setMaxMotorTorque(torque)
+
 
</source>
 
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''torque''': (number) <translate>the maximum motor torque in N-m</translate> <br/>
 
'''torque''': (number) <translate>the maximum motor torque in N-m</translate> <br/>
 +
 +
{{B2.WheelJoint}}

Latest revision as of 15:27, 13 July 2023