C# Class Questor.Modules.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: rixim/Questor

Public Methods

Method Description
ProcessState ( ) : void

Private Methods

Method Description
EngageTarget ( ) : void

Engage the target

GetArmorPctTotal ( ) : double
GetShieldPctTotal ( ) : double
GetStructurePctTotal ( ) : double
GetTarget ( ) : EntityCache

Return the best possible target

Note this GetTarget works differently then the one from Combat

Method Details

ProcessState() public method

public ProcessState ( ) : void
return void