| Package | com.godpaper.as3.business.fsm |
| Class | public class GameAgent |
| Inheritance | GameAgent com.lookbackon.AI.FSM.Agent |
| Property | Defined By | ||
|---|---|---|---|
| anotherHumanState : AnotherHumanState | GameAgent | ||
| anotherHumanWinState : AnotherHumanWinState | GameAgent | ||
| computerState : ComputerState | GameAgent | ||
| computerWinState : ComputerWinState | GameAgent | ||
| humanState : HumanState | GameAgent | ||
| humanWinState : HumanWinState | GameAgent | ||
| Method | Defined By | ||
|---|---|---|---|
GameAgent(name:String, carrier:IVisualElement) | GameAgent | ||
| anotherHumanState | property |
public var anotherHumanState:AnotherHumanState| anotherHumanWinState | property |
public var anotherHumanWinState:AnotherHumanWinState| computerState | property |
public var computerState:ComputerState| computerWinState | property |
public var computerWinState:ComputerWinState| humanState | property |
public var humanState:HumanState| humanWinState | property |
public var humanWinState:HumanWinState| GameAgent | () | Constructor |
public function GameAgent(name:String, carrier:IVisualElement)name:String | |
carrier:IVisualElement |