C# Class Questor.Modules.Actions.Market

Afficher le fichier Open project: ISeeDEDPpl/Questor Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public static CheckMineralPrices ( string module, bool refine ) : bool
module string
refine bool
Résultat bool

CreateSellOrder() public static méthode

public static CreateSellOrder ( string module, int duration, bool corp ) : bool
module string
duration int
corp bool
Résultat bool

InspectRefinery() public static méthode

public static InspectRefinery ( string module, double RefiningEff ) : bool
module string
RefiningEff double
Résultat bool

Inspectorder() public static méthode

public static Inspectorder ( string module, bool sell, bool refine, bool undersell, double RefiningEff ) : bool
module string
sell bool
refine bool
undersell bool
RefiningEff double
Résultat bool

Market() public méthode

public Market ( ) : System
Résultat System

NextItem() public static méthode

public static NextItem ( string module ) : bool
module string
Résultat bool

RefineItems() public static méthode

public static RefineItems ( string module, bool refine ) : bool
module string
refine bool
Résultat bool

SaveMineralprices() public static méthode

public static SaveMineralprices ( string module ) : bool
module string
Résultat bool

StartQuickSell() public static méthode

public static StartQuickSell ( string module, bool sell ) : bool
module string
sell bool
Résultat bool

UpdatePrices() public static méthode

public static UpdatePrices ( string module, bool sell, bool refine, bool undersell ) : bool
module string
sell bool
refine bool
undersell bool
Résultat bool

WaitingToFinishQuickSell() public static méthode

public static WaitingToFinishQuickSell ( string module ) : bool
module string
Résultat bool