C# 클래스 Eryan.InputHandler.AgentHandler

상속: InputHandler
파일 보기 프로젝트 열기: emist/Eryan 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AgentHandler() 공개 메소드

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

acceptMission() 공개 메소드

Accept the currently open mission
public acceptMission ( ) : bool
리턴 bool

closeMission() 공개 메소드

Close the currently viewing mission
public closeMission ( ) : bool
리턴 bool

declineMission() 공개 메소드

Decline the currently offered mission
public declineMission ( ) : bool
리턴 bool

delayMission() 공개 메소드

Delay the currently offered mission
public delayMission ( ) : bool
리턴 bool

getMissionText() 공개 메소드

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

quitMission() 공개 메소드

Quit the currently active mission
public quitMission ( ) : bool
리턴 bool

requestMission() 공개 메소드

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