C# Class CampahApp.Interaction

Show file Open project: golfandsurf/Campah

Public Methods

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

Private Methods

Method 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 method

public CloseMenu ( ) : void
return void

StartBuying() public method

public StartBuying ( ) : void
return void

StopBuying() public method

public StopBuying ( ) : void
return void

StopBuying() public method

public StopBuying ( string status ) : void
status string
return void

StopBuying() public method

public StopBuying ( string status, ThreadStart thread ) : void
status string
thread ThreadStart
return void

TraverseMenu() public method

public TraverseMenu ( String address ) : bool
address String
return bool