Difference between revisions of "B2.FrictionJoint:setMaxTorque"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Sets the maximum friction torque in N*m. <br />
 
Sets the maximum friction torque in N*m. <br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  b2.FrictionJoint:setMaxTorque(torque)
 
  b2.FrictionJoint:setMaxTorque(torque)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''torque''': (number) the maximum friction torque in N*m <br/>
+
'''torque''': (number) <translate>the maximum friction torque in N*m</translate> <br/>

Revision as of 14:34, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the maximum friction torque in N*m.

 b2.FrictionJoint:setMaxTorque(torque)

Parameters

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