C# Class CampahApp.Interaction

Afficher le fichier Open project: golfandsurf/Campah

Méthodes publiques

Méthode Description
CloseMenu ( ) : void
StartBuying ( ) : void
StopBuying ( ) : void
StopBuying ( string status ) : void
StopBuying ( string status, ThreadStart thread ) : void
TraverseMenu ( String address ) : bool

Private Methods

Méthode Description
BidOnItem ( CampahApp.ItemRequest item ) : void
BuyProceedure ( ) : void
GotoBidMenu ( ) : void
GotoMenu ( string address ) : bool
IsMenuEqual ( int a, int b ) : bool
IsTargetValid ( string currenttarget ) : bool
ReadAHItems ( ) : int[]
StartWaitCycle ( System.TimeSpan time ) : void

Method Details

CloseMenu() public méthode

public CloseMenu ( ) : void
Résultat void

StartBuying() public méthode

public StartBuying ( ) : void
Résultat void

StopBuying() public méthode

public StopBuying ( ) : void
Résultat void

StopBuying() public méthode

public StopBuying ( string status ) : void
status string
Résultat void

StopBuying() public méthode

public StopBuying ( string status, ThreadStart thread ) : void
status string
thread ThreadStart
Résultat void

TraverseMenu() public méthode

public TraverseMenu ( String address ) : bool
address String
Résultat bool