C# Class Questor.Modules.AgentInteraction

Mostra file Open project: rixim/Questor

Public Methods

Method Description
AgentInteraction ( ) : System
CheckFaction ( ) : bool
CloseConversation ( ) : void
ProcessState ( ) : void

Private Methods

Method Description
AcceptMission ( ) : void
DeclineMission ( ) : void
GetMissionDamageType ( string html ) : DamageType
LoadSpecificAmmo ( IEnumerable damageTypes ) : void
ReplyToAgent ( ) : void
WaitForConversation ( ) : void
WaitForMission ( ) : void

Method Details

AgentInteraction() public method

public AgentInteraction ( ) : System
return System

CheckFaction() public method

public CheckFaction ( ) : bool
return bool

CloseConversation() public method

public CloseConversation ( ) : void
return void

ProcessState() public method

public ProcessState ( ) : void
return void