C# 클래스 GR.Gambling.Backgammon.Venue.BGClient

상속: GR.Gambling.VenueClient
파일 보기 프로젝트 열기: alexhanh/Botting-Library 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
lobby BGLobby

공개 메소드들

메소드 설명
BGClient ( ) : System
BeginScanning ( int update_interval ) : void
CreateGameWindow ( Window window ) : BGGameWindow
EndScanning ( ) : void
InitializeForPlay ( ) : bool

This function should start the client, wait for the lobby to load, login and clear all the popups and make preparations for game play. Should call OnUpdateDetected() if the client is updated while starting. Should return true on succesful operation, false otherwise.

IsGameWindow ( Window window ) : bool
Rake ( OnlineMatchInfo match_info, int winner, int cube_value, int points ) : decimal

Scan ( ) : void

보호된 메소드들

메소드 설명
OnUpdateDetected ( ) : void

비공개 메소드들

메소드 설명
ContinuousScan ( ) : void
WindowEnumCallback ( IntPtr hwnd, int lParam ) : bool

메소드 상세

BGClient() 공개 메소드

public BGClient ( ) : System
리턴 System

BeginScanning() 공개 메소드

public BeginScanning ( int update_interval ) : void
update_interval int
리턴 void

CreateGameWindow() 공개 추상적인 메소드

public abstract CreateGameWindow ( Window window ) : BGGameWindow
window GR.Win32.Window
리턴 BGGameWindow

EndScanning() 공개 메소드

public EndScanning ( ) : void
리턴 void

InitializeForPlay() 공개 추상적인 메소드

This function should start the client, wait for the lobby to load, login and clear all the popups and make preparations for game play. Should call OnUpdateDetected() if the client is updated while starting. Should return true on succesful operation, false otherwise.
public abstract InitializeForPlay ( ) : bool
리턴 bool

IsGameWindow() 공개 추상적인 메소드

public abstract IsGameWindow ( Window window ) : bool
window GR.Win32.Window
리턴 bool

OnUpdateDetected() 보호된 메소드

protected OnUpdateDetected ( ) : void
리턴 void

Rake() 공개 추상적인 메소드

public abstract Rake ( OnlineMatchInfo match_info, int winner, int cube_value, int points ) : decimal
match_info OnlineMatchInfo
winner int
cube_value int
points int
리턴 decimal

Scan() 공개 메소드

public Scan ( ) : void
리턴 void

프로퍼티 상세

lobby 보호되어 있는 프로퍼티

protected BGLobby,GR.Gambling.Backgammon.Venue lobby
리턴 BGLobby