C# Класс Eryan.InputHandler.AgentHandler

Наследование: InputHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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