C# Class Questor.Modules.AgentInteraction

Afficher le fichier Open project: rixim/Questor

Méthodes publiques

Méthode Description
AgentInteraction ( ) : System
CheckFaction ( ) : bool
CloseConversation ( ) : void
ProcessState ( ) : void

Private Methods

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

Method Details

AgentInteraction() public méthode

public AgentInteraction ( ) : System
Résultat System

CheckFaction() public méthode

public CheckFaction ( ) : bool
Résultat bool

CloseConversation() public méthode

public CloseConversation ( ) : void
Résultat void

ProcessState() public méthode

public ProcessState ( ) : void
Résultat void