| Property | Defined by | ||
|---|---|---|---|
| CANNON_TYPE : int = 6 [static]
| ControlKeyAction | ||
| CCW_TYPE : int = 1 [static]
| ControlKeyAction | ||
| CONTRACT_TYPE : int = 3 [static]
| ControlKeyAction | ||
| CW_TYPE : int = 0 [static]
| ControlKeyAction | ||
| EXPAND_TYPE : int = 2 [static]
| ControlKeyAction | ||
![]() | m_controller : ControllerGame
[static]
| Action | |
![]() | partAffected : Part | Action | |
| TEXT_TYPE : int = 4 [static]
| ControlKeyAction | ||
| THRUSTERS_TYPE : int = 5 [static]
| ControlKeyAction | ||
| Method | Defined by | ||
|---|---|---|---|
|
ControlKeyAction(p:Part, keyType:int, oldVal:int, newVal:int)
| ControlKeyAction | ||
|
RedoAction():void
| ControlKeyAction | ||
|
UndoAction():void
| ControlKeyAction | ||
| CANNON_TYPE | property |
public static var CANNON_TYPE:int = 6
| CCW_TYPE | property |
public static var CCW_TYPE:int = 1
| CONTRACT_TYPE | property |
public static var CONTRACT_TYPE:int = 3
| CW_TYPE | property |
public static var CW_TYPE:int = 0
| EXPAND_TYPE | property |
public static var EXPAND_TYPE:int = 2
| TEXT_TYPE | property |
public static var TEXT_TYPE:int = 4
| THRUSTERS_TYPE | property |
public static var THRUSTERS_TYPE:int = 5
| ControlKeyAction | () | constructor |
public function ControlKeyAction(p:Part, keyType:int, oldVal:int, newVal:int)Parameters
p:Part |
|
keyType:int |
|
oldVal:int |
|
newVal:int |
| RedoAction | () | method |
public override function RedoAction():void
| UndoAction | () | method |
public override function UndoAction():void