C# Class GR.Gambling.Blackjack.Game

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

Méthodes publiques

Свойство Type Description
party_points double

Méthodes publiques

Méthode Description
CanSplit ( ) : bool
CanSurrender ( ) : bool
DealRound ( ) : void
EndRound ( ) : void
Game ( Rules rules, Agent agent, double pp_multiplier, Random random ) : System
IsValidAction ( ActionType action ) : bool
RemoveCards ( int count ) : void
ResetShoe ( ) : void
StartRound ( ) : void
ToString ( ) : string
Upcard ( ) : Card

Private Methods

Méthode Description
AddPartyPoints ( int wager ) : void

Method Details

CanSplit() public méthode

public CanSplit ( ) : bool
Résultat bool

CanSurrender() public méthode

public CanSurrender ( ) : bool
Résultat bool

DealRound() public méthode

public DealRound ( ) : void
Résultat void

EndRound() public méthode

public EndRound ( ) : void
Résultat void

Game() public méthode

public Game ( Rules rules, Agent agent, double pp_multiplier, Random random ) : System
rules Rules
agent Agent
pp_multiplier double
random System.Random
Résultat System

IsValidAction() public méthode

public IsValidAction ( ActionType action ) : bool
action ActionType
Résultat bool

RemoveCards() public méthode

public RemoveCards ( int count ) : void
count int
Résultat void

ResetShoe() public méthode

public ResetShoe ( ) : void
Résultat void

StartRound() public méthode

public StartRound ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Upcard() public méthode

public Upcard ( ) : Card
Résultat Card

Property Details

party_points public_oe property

public double party_points
Résultat double