C# 클래스 Questor.Modules.BackgroundTasks.Salvage

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

공개 프로퍼티들

프로퍼티 타입 설명
OpenedContainers DateTime>.Dictionary
SalvageInstances int

Private Properties

프로퍼티 타입 설명
ActivateSalvagers void
ActivateTractorBeams void
LootWrecks void
Salvage System
TargetWrecks void

공개 메소드들

메소드 설명
MoveIntoRangeOfWrecks ( ) : void
ProcessState ( ) : void

비공개 메소드들

메소드 설명
ActivateSalvagers ( ) : void

Activate salvagers on targeted wreck

ActivateTractorBeams ( ) : void

Activates tractorbeam on targeted wrecks

LootWrecks ( ) : void

Loot any wrecks & cargo containers close by

Salvage ( ) : System
TargetWrecks ( ) : void

Target wrecks within range

메소드 상세

MoveIntoRangeOfWrecks() 공개 정적인 메소드

public static MoveIntoRangeOfWrecks ( ) : void
리턴 void

ProcessState() 공개 정적인 메소드

public static ProcessState ( ) : void
리턴 void

프로퍼티 상세

OpenedContainers 공개적으로 정적으로 프로퍼티

Keep a list of times that we have tried to open a container (do not try to open the same container twice within 10 seconds)
public static Dictionary OpenedContainers
리턴 DateTime>.Dictionary

SalvageInstances 공개적으로 정적으로 프로퍼티

public static int SalvageInstances
리턴 int