C# Class Questor.Modules.DebugQuestor

Mostra file Open project: ISeeDEDPpl/Questor

Public Properties

Property Type Description
Salvagers HashSet
TractorBeams HashSet

Public Methods

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

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

DebugModule() public method

public DebugModule ( ) : System
return System

ProcessState() public method

public ProcessState ( ) : void
return void

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