C# 클래스 Questor.Modules.Combat.Drones

The drones class will manage any and all drone related combat
Drones will always work their way from lowest value target to highest value target and will only attack entities (not structures)
파일 보기 프로젝트 열기: ISeeDEDPpl/Questor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DronesInstances int
Recall bool
WarpScrambled bool

공개 메소드들

메소드 설명
ProcessState ( ) : void

비공개 메소드들

메소드 설명
Drones ( ) : System
EngageTarget ( ) : void

Engage the target

GetArmorPctTotal ( ) : double
GetDamagedDrones ( ) : void
GetShieldPctTotal ( ) : double
GetStructurePctTotal ( ) : double

메소드 상세

ProcessState() 공개 정적인 메소드

public static ProcessState ( ) : void
리턴 void

프로퍼티 상세

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

public static int DronesInstances
리턴 int

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

public static bool Recall
리턴 bool

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

public static bool WarpScrambled
리턴 bool