| Property | Defined by | ||
|---|---|---|---|
| MAX_TYPE : int = 1 [static]
| LimitChangeAction | ||
![]() | m_controller : ControllerGame
[static]
| Action | |
| MIN_TYPE : int = 0 [static]
| LimitChangeAction | ||
![]() | partAffected : Part | Action | |
| Method | Defined by | ||
|---|---|---|---|
|
LimitChangeAction(p:Part, limitType:int, oldVal:Number, newVal:Number)
| LimitChangeAction | ||
|
RedoAction():void
| LimitChangeAction | ||
|
UndoAction():void
| LimitChangeAction | ||
| MAX_TYPE | property |
public static var MAX_TYPE:int = 1
| MIN_TYPE | property |
public static var MIN_TYPE:int = 0
| LimitChangeAction | () | constructor |
public function LimitChangeAction(p:Part, limitType:int, oldVal:Number, newVal:Number)Parameters
p:Part |
|
limitType:int |
|
oldVal:Number |
|
newVal:Number |
| RedoAction | () | method |
public override function RedoAction():void
| UndoAction | () | method |
public override function UndoAction():void