|
Moai SDK
1.5 revision 1 (MoaiEdition)
|
Function List | |
| getMaxForce | |
| getMaxTorque | |
| setMaxForce | |
| setMaxTorque | |
See Box2D documentation.
function getMaxForce ( MOAIBox2DFrictionJoint self )
| self | ( MOAIBox2DFrictionJoint ) |
See Box2D documentation.
function getMaxTorque ( MOAIBox2DFrictionJoint self )
| self | ( MOAIBox2DFrictionJoint ) |
See Box2D documentation.
function setMaxForce ( MOAIBox2DFrictionJoint self [, number maxForce ] )
| self | ( MOAIBox2DFrictionJoint ) |
| maxForce | ( number ) Optional. in kg * units / s^2, converted to N [kg * m / s^2]. Default value is 0. |
See Box2D documentation.
function setMaxTorque ( MOAIBox2DFrictionJoint self [, number maxTorque ] )
| self | ( MOAIBox2DFrictionJoint ) |
| maxTorque | ( number ) Optional. in (kg * units / s^2) * units, converted to N-m. Default value is 0. |