C# Class Questor.Modules.CourierMission

Mostra file Open project: rixim/Questor

Public Methods

Method 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

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

Method Details

CourierMission() public method

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