PackageActions
Classpublic class JointCheckboxAction
InheritanceJointCheckboxAction Inheritance Action



Public Properties
 PropertyDefined by
 Inheritedm_controller : ControllerGame
[static]
Action
 InheritedpartAffected : Part
Action
Public Methods
 MethodDefined by
  
JointCheckboxAction(p:Part, checkboxType:int, checked:Boolean, effect:Boolean = false)
JointCheckboxAction
  
RedoAction():void
JointCheckboxAction
  
UndoAction():void
JointCheckboxAction
Public Constants
 ConstantDefined by
  AUTO_CCW_TYPE : int = 3
[static]
JointCheckboxAction
  AUTO_CW_TYPE : int = 2
[static]
JointCheckboxAction
  AUTO_ON_TYPE : int = 5
[static]
JointCheckboxAction
  AUTO_OSCILLATE_TYPE : int = 4
[static]
JointCheckboxAction
  ENABLE_TYPE : int = 0
[static]
JointCheckboxAction
  RIGID_TYPE : int = 1
[static]
JointCheckboxAction
Constructor detail
JointCheckboxAction()constructor
public function JointCheckboxAction(p:Part, checkboxType:int, checked:Boolean, effect:Boolean = false)Parameters
p:Part
 
checkboxType:int
 
checked:Boolean
 
effect:Boolean (default = false)
Method detail
RedoAction()method
public override function RedoAction():void
UndoAction()method 
public override function UndoAction():void
Constant detail
AUTO_CCW_TYPEconstant
public static const AUTO_CCW_TYPE:int = 3
AUTO_CW_TYPEconstant 
public static const AUTO_CW_TYPE:int = 2
AUTO_ON_TYPEconstant 
public static const AUTO_ON_TYPE:int = 5
AUTO_OSCILLATE_TYPEconstant 
public static const AUTO_OSCILLATE_TYPE:int = 4
ENABLE_TYPEconstant 
public static const ENABLE_TYPE:int = 0
RIGID_TYPEconstant 
public static const RIGID_TYPE:int = 1