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

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

공개 프로퍼티들

프로퍼티 타입 설명
party_points double

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddPartyPoints ( int wager ) : void

메소드 상세

CanSplit() 공개 메소드

public CanSplit ( ) : bool
리턴 bool

CanSurrender() 공개 메소드

public CanSurrender ( ) : bool
리턴 bool

DealRound() 공개 메소드

public DealRound ( ) : void
리턴 void

EndRound() 공개 메소드

public EndRound ( ) : void
리턴 void

Game() 공개 메소드

public Game ( Rules rules, Agent agent, double pp_multiplier, Random random ) : System
rules Rules
agent Agent
pp_multiplier double
random System.Random
리턴 System

IsValidAction() 공개 메소드

public IsValidAction ( ActionType action ) : bool
action ActionType
리턴 bool

RemoveCards() 공개 메소드

public RemoveCards ( int count ) : void
count int
리턴 void

ResetShoe() 공개 메소드

public ResetShoe ( ) : void
리턴 void

StartRound() 공개 메소드

public StartRound ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Upcard() 공개 메소드

public Upcard ( ) : Card
리턴 Card

프로퍼티 상세

party_points 공개적으로 프로퍼티

public double party_points
리턴 double