C# Class Questor.Modules.Activities.CourierMissionCtrl

Exibir arquivo Open project: ISeeDEDPpl/Questor Class Usage Examples

Public Methods

Method 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

Method Description
GotoMissionBookmark ( long agentId, string title ) : bool
MoveItem ( bool pickup ) : bool

Method Details

CourierMissionCtrl() public method

Arm does nothing but get into a (assembled) shuttle
public CourierMissionCtrl ( ) : System
return System

ProcessState() public method

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