C# 클래스 Questor.Modules.Activities.CourierMissionCtrl

파일 보기 프로젝트 열기: ISeeDEDPpl/Questor 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GotoMissionBookmark ( long agentId, string title ) : bool
MoveItem ( bool pickup ) : bool

메소드 상세

CourierMissionCtrl() 공개 메소드

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

ProcessState() 공개 메소드

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