C# Class 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)
Mostra file Open project: ISeeDEDPpl/Questor Class Usage Examples

Public Properties

Property Type Description
DronesInstances int
Recall bool
WarpScrambled bool

Public Methods

Method Description
ProcessState ( ) : void

Private Methods

Method Description
Drones ( ) : System
EngageTarget ( ) : void

Engage the target

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

Method Details

ProcessState() public static method

public static ProcessState ( ) : void
return void

Property Details

DronesInstances public_oe static_oe property

public static int DronesInstances
return int

Recall public_oe static_oe property

public static bool Recall
return bool

WarpScrambled public_oe static_oe property

public static bool WarpScrambled
return bool