C# Class Questor.Modules.Actions.Market

Mostrar archivo Open project: ISeeDEDPpl/Questor Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CheckMineralPrices ( string module, bool refine ) : bool
CreateSellOrder ( string module, int duration, bool corp ) : bool
InspectRefinery ( string module, double RefiningEff ) : bool
Inspectorder ( string module, bool sell, bool refine, bool undersell, double RefiningEff ) : bool
Market ( ) : System
NextItem ( string module ) : bool
RefineItems ( string module, bool refine ) : bool
SaveMineralprices ( string module ) : bool
StartQuickSell ( string module, bool sell ) : bool
UpdatePrices ( string module, bool sell, bool refine, bool undersell ) : bool
WaitingToFinishQuickSell ( string module ) : bool

Method Details

CheckMineralPrices() public static method

public static CheckMineralPrices ( string module, bool refine ) : bool
module string
refine bool
return bool

CreateSellOrder() public static method

public static CreateSellOrder ( string module, int duration, bool corp ) : bool
module string
duration int
corp bool
return bool

InspectRefinery() public static method

public static InspectRefinery ( string module, double RefiningEff ) : bool
module string
RefiningEff double
return bool

Inspectorder() public static method

public static Inspectorder ( string module, bool sell, bool refine, bool undersell, double RefiningEff ) : bool
module string
sell bool
refine bool
undersell bool
RefiningEff double
return bool

Market() public method

public Market ( ) : System
return System

NextItem() public static method

public static NextItem ( string module ) : bool
module string
return bool

RefineItems() public static method

public static RefineItems ( string module, bool refine ) : bool
module string
refine bool
return bool

SaveMineralprices() public static method

public static SaveMineralprices ( string module ) : bool
module string
return bool

StartQuickSell() public static method

public static StartQuickSell ( string module, bool sell ) : bool
module string
sell bool
return bool

UpdatePrices() public static method

public static UpdatePrices ( string module, bool sell, bool refine, bool undersell ) : bool
module string
sell bool
refine bool
undersell bool
return bool

WaitingToFinishQuickSell() public static method

public static WaitingToFinishQuickSell ( string module ) : bool
module string
return bool