Packagecom.godpaper.as3.business.fsm
Classpublic class GameAgent
InheritanceGameAgent Inheritance com.lookbackon.AI.FSM.Agent

GameAgent.as class.The game state agency class.



Public Properties
 PropertyDefined By
  anotherHumanState : AnotherHumanState
GameAgent
  anotherHumanWinState : AnotherHumanWinState
GameAgent
  computerState : ComputerState
GameAgent
  computerWinState : ComputerWinState
GameAgent
  humanState : HumanState
GameAgent
  humanWinState : HumanWinState
GameAgent
Public Methods
 MethodDefined By
  
GameAgent(name:String, carrier:IVisualElement)
GameAgent
Property Detail
anotherHumanStateproperty
public var anotherHumanState:AnotherHumanState

anotherHumanWinStateproperty 
public var anotherHumanWinState:AnotherHumanWinState

computerStateproperty 
public var computerState:ComputerState

computerWinStateproperty 
public var computerWinState:ComputerWinState

humanStateproperty 
public var humanState:HumanState

humanWinStateproperty 
public var humanWinState:HumanWinState

Constructor Detail
GameAgent()Constructor
public function GameAgent(name:String, carrier:IVisualElement)



Parameters
name:String
 
carrier:IVisualElement