C# Class Questor.Modules.CourierMission

Afficher le fichier Open project: rixim/Questor

Méthodes publiques

Méthode Description
CourierMission ( ) : System

Arm does nothing but get into a (assembled) shuttle

ProcessState ( ) : void

Goto the pickup location Pickup the item Goto drop off location Drop the item Goto Agent Complete mission

Private Methods

Méthode Description
GotoMissionBookmark ( long agentId, string title ) : bool
MoveItem ( bool pickup ) : bool

Method Details

CourierMission() public méthode

Arm does nothing but get into a (assembled) shuttle
public CourierMission ( ) : System
Résultat System

ProcessState() public méthode

Goto the pickup location Pickup the item Goto drop off location Drop the item Goto Agent Complete mission
public ProcessState ( ) : void
Résultat void