C# Class Questor.Modules.Scoop

Mostra file Open project: rixim/Questor

Public Properties

Property Type Description
Salvagers HashSet
TractorBeams HashSet

Public Methods

Method Description
ProcessState ( ) : void
Scoop ( ) : System

Private Methods

Method Description
ActivateSalvagers ( ) : void

Activate salvagers on targeted wreck

ActivateTractorBeams ( ) : void

Activates tractorbeam on targeted wrecks

LootHostileWrecks ( ) : void

Loot any wrecks close by

TargetHostileWrecks ( ) : void

Target Hostile (no loot rights) wrecks within range

Method Details

ProcessState() public method

public ProcessState ( ) : void
return void

Scoop() public method

public Scoop ( ) : System
return System

Property Details

Salvagers public_oe static_oe property

public static HashSet Salvagers
return HashSet

TractorBeams public_oe static_oe property

public static HashSet TractorBeams
return HashSet