C# Class Questor.Modules.Activities.CourierMissionCtrl

Afficher le fichier Open project: ISeeDEDPpl/Questor Class Usage Examples

Méthodes publiques

Méthode Description
CourierMissionCtrl ( ) : 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

CourierMissionCtrl() public méthode

Arm does nothing but get into a (assembled) shuttle
public CourierMissionCtrl ( ) : 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