C# 클래스 Questor.Modules.Actions.Market

파일 보기 프로젝트 열기: ISeeDEDPpl/Questor 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CheckMineralPrices() 공개 정적인 메소드

public static CheckMineralPrices ( string module, bool refine ) : bool
module string
refine bool
리턴 bool

CreateSellOrder() 공개 정적인 메소드

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

InspectRefinery() 공개 정적인 메소드

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

Inspectorder() 공개 정적인 메소드

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

Market() 공개 메소드

public Market ( ) : System
리턴 System

NextItem() 공개 정적인 메소드

public static NextItem ( string module ) : bool
module string
리턴 bool

RefineItems() 공개 정적인 메소드

public static RefineItems ( string module, bool refine ) : bool
module string
refine bool
리턴 bool

SaveMineralprices() 공개 정적인 메소드

public static SaveMineralprices ( string module ) : bool
module string
리턴 bool

StartQuickSell() 공개 정적인 메소드

public static StartQuickSell ( string module, bool sell ) : bool
module string
sell bool
리턴 bool

UpdatePrices() 공개 정적인 메소드

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

WaitingToFinishQuickSell() 공개 정적인 메소드

public static WaitingToFinishQuickSell ( string module ) : bool
module string
리턴 bool