C# 클래스 PsHandler.PokerMath.Player

파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ArePocketCardsOpenfaced bool
Bet decimal
IsHero bool
IsInPlay bool
PlayerName string
PocketCards string[]
Position PokerEnums.Position
SeatFromBbToUtg int
SeatFromUtgToBb int
SeatNumber int
SeatNumberHandHistory int
Stack decimal
Table Table

공개 메소드들

메소드 설명
CollectChipsFromPot ( decimal amount ) : void
Fold ( ) : void
PutChips ( decimal amount ) : void
PutChipsInTotal ( decimal amountInTotal ) : decimal
ToString ( ) : string
UnFold ( ) : void

메소드 상세

CollectChipsFromPot() 공개 메소드

public CollectChipsFromPot ( decimal amount ) : void
amount decimal
리턴 void

Fold() 공개 메소드

public Fold ( ) : void
리턴 void

PutChips() 공개 메소드

public PutChips ( decimal amount ) : void
amount decimal
리턴 void

PutChipsInTotal() 공개 메소드

public PutChipsInTotal ( decimal amountInTotal ) : decimal
amountInTotal decimal
리턴 decimal

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnFold() 공개 메소드

public UnFold ( ) : void
리턴 void

프로퍼티 상세

ArePocketCardsOpenfaced 공개적으로 프로퍼티

public bool ArePocketCardsOpenfaced
리턴 bool

Bet 공개적으로 프로퍼티

public decimal Bet
리턴 decimal

IsHero 공개적으로 프로퍼티

public bool IsHero
리턴 bool

IsInPlay 공개적으로 프로퍼티

public bool IsInPlay
리턴 bool

PlayerName 공개적으로 프로퍼티

public string PlayerName
리턴 string

PocketCards 공개적으로 프로퍼티

public string[] PocketCards
리턴 string[]

Position 공개적으로 프로퍼티

public PokerEnums.Position Position
리턴 PokerEnums.Position

SeatFromBbToUtg 공개적으로 프로퍼티

public int SeatFromBbToUtg
리턴 int

SeatFromUtgToBb 공개적으로 프로퍼티

public int SeatFromUtgToBb
리턴 int

SeatNumber 공개적으로 프로퍼티

public int SeatNumber
리턴 int

SeatNumberHandHistory 공개적으로 프로퍼티

public int SeatNumberHandHistory
리턴 int

Stack 공개적으로 프로퍼티

public decimal Stack
리턴 decimal

Table 공개적으로 프로퍼티

public Table,PsHandler.PokerMath Table
리턴 Table