C# 클래스 GR.Gambling.Blackjack.GameLogger

파일 보기 프로젝트 열기: alexhanh/Botting-Library 1 사용 예제들

공개 메소드들

메소드 설명
Action ( Card dealer_upcard, CardSet player_hands, int active_hand_index, List actions ) : void
GameLogger ( ) : System
Insurance ( bool take ) : void
Showdown ( CardSet dealer_hand, CardSet player_hands, long game_id, int expected_money, int actual_money ) : void
StartGame ( Shoe shoe, double shoe_ev, int bet_size ) : void

메소드 상세

Action() 공개 메소드

public Action ( Card dealer_upcard, CardSet player_hands, int active_hand_index, List actions ) : void
dealer_upcard Card
player_hands CardSet
active_hand_index int
actions List
리턴 void

GameLogger() 공개 메소드

public GameLogger ( ) : System
리턴 System

Insurance() 공개 메소드

public Insurance ( bool take ) : void
take bool
리턴 void

Showdown() 공개 메소드

public Showdown ( CardSet dealer_hand, CardSet player_hands, long game_id, int expected_money, int actual_money ) : void
dealer_hand CardSet
player_hands CardSet
game_id long
expected_money int
actual_money int
리턴 void

StartGame() 공개 메소드

public StartGame ( Shoe shoe, double shoe_ev, int bet_size ) : void
shoe Shoe
shoe_ev double
bet_size int
리턴 void