| Package | com.godpaper.as3.model.vos |
| Class | public class PositionVO |
| Inheritance | PositionVO Object |
| Property | Defined By | ||
|---|---|---|---|
| board : Array2 | PositionVO | ||
| check : Boolean | PositionVO | ||
| color : int | PositionVO | ||
| marshalFaceToFace : Boolean | PositionVO | ||
| Method | Defined By | ||
|---|---|---|---|
| PositionVO | |||
dump():String
Prints out all elements (for debug/demo purposes). | PositionVO | ||
| board | property |
public var board:Array2| check | property |
public var check:Boolean| color | property |
public var color:int| marshalFaceToFace | property |
public var marshalFaceToFace:Boolean| PositionVO | () | Constructor |
public function PositionVO()| dump | () | method |
public function dump():StringPrints out all elements (for debug/demo purposes).
ReturnsString — A human-readable representation of the structure.
|