Moai SDK  1.5 revision 1 (MoaiEdition)
MOAIBox2DRopeJoint Class Reference
Inheritance diagram for MOAIBox2DRopeJoint:
MOAIBox2DJoint

List of all members.

Function List

  getLimitState
  getMaxLength
  setMaxLength

Function Documentation

See Box2D documentation.


function getLimitState ( MOAIBox2DRopeJoint self )
Parameters:
self ( MOAIBox2DRopeJoint )
Returns:
limitState ( number )

See Box2D documentation.


function getMaxLength ( MOAIBox2DRopeJoint self )
Parameters:
self ( MOAIBox2DRopeJoint )
Returns:
maxLength ( number )

See Box2D documentation.


function setMaxLength ( MOAIBox2DRopeJoint self, number maxLength )
Parameters:
self ( MOAIBox2DRopeJoint )
maxLength ( number ) in units, converted to meters. Default is 0.
Returns:
nil