C# Class Eryan.InputHandler.AgentHandler

Inheritance: InputHandler
ファイルを表示 Open project: emist/Eryan Class Usage Examples

Public Methods

Method Description
AgentHandler ( WindowHandler wh ) : System

Handles the agent interaction

acceptMission ( ) : bool

Accept the currently open mission

closeMission ( ) : bool

Close the currently viewing mission

declineMission ( ) : bool

Decline the currently offered mission

delayMission ( ) : bool

Delay the currently offered mission

getMissionText ( ) : string

Get the mission text from the agent

quitMission ( ) : bool

Quit the currently active mission

requestMission ( ) : bool

Requets a mission from the agent we are conversing with

Method Details

AgentHandler() public method

Handles the agent interaction
public AgentHandler ( WindowHandler wh ) : System
wh Eryan.UI.WindowHandler
return System

acceptMission() public method

Accept the currently open mission
public acceptMission ( ) : bool
return bool

closeMission() public method

Close the currently viewing mission
public closeMission ( ) : bool
return bool

declineMission() public method

Decline the currently offered mission
public declineMission ( ) : bool
return bool

delayMission() public method

Delay the currently offered mission
public delayMission ( ) : bool
return bool

getMissionText() public method

Get the mission text from the agent
public getMissionText ( ) : string
return string

quitMission() public method

Quit the currently active mission
public quitMission ( ) : bool
return bool

requestMission() public method

Requets a mission from the agent we are conversing with
public requestMission ( ) : bool
return bool