C# Class GR.Gambling.Blackjack.GameLogger

Afficher le fichier Open project: alexhanh/Botting-Library Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Action() public méthode

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
Résultat void

GameLogger() public méthode

public GameLogger ( ) : System
Résultat System

Insurance() public méthode

public Insurance ( bool take ) : void
take bool
Résultat void

Showdown() public méthode

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
Résultat void

StartGame() public méthode

public StartGame ( Shoe shoe, double shoe_ev, int bet_size ) : void
shoe Shoe
shoe_ev double
bet_size int
Résultat void