C# Class Questor.Modules.Salvage

Mostra file Open project: rixim/Questor

Public Properties

Property Type Description
Salvagers HashSet
TractorBeams HashSet

Public Methods

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

Private Methods

Method Description
ActivateSalvagers ( ) : void

Activate salvagers on targeted wreck

ActivateTractorBeams ( ) : void

Activates tractorbeam on targeted wrecks

LootWrecks ( ) : void

Loot any wrecks & cargo containers close by

TargetWrecks ( ) : void

Target wrecks within range

Method Details

ProcessState() public method

public ProcessState ( ) : void
return void

Salvage() public method

public Salvage ( ) : 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