Difference between revisions of "B2.FrictionJoint:setMaxTorque"

From GiderosMobile
Line 8: Line 8:
 
  b2.FrictionJoint:setMaxTorque(torque)
 
  b2.FrictionJoint:setMaxTorque(torque)
 
</source>
 
</source>
'''torque''': (number) the maximum friction torque in N*m ''''''<br/>
+
=== Parameters ===
 +
'''torque''': (number) the maximum friction torque in N*m <br/>

Revision as of 11:45, 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