Method | Description | |
---|---|---|
DealFlop ( ) : void | ||
DealHoleCards ( ) : void |
Deals out all of the players' hole cards.
|
|
DealRiver ( ) : void | ||
DealTurn ( ) : void | ||
HandServer ( ) : System | ||
Resume ( PokerHandHistory.PokerHand savedHand, |
||
Validate ( Action nextAction ) : Action |
Method | Description | |
---|---|---|
AddAction ( int pIdx, Action action, List |
||
GetFirstToAct ( bool preflop ) : int | ||
payWinners ( ) : void | ||
restoreBets ( PokerHandHistory savedActions, List |
||
restoreBlinds ( PokerHandHistory.PokerHand savedHand ) : bool |
public Resume ( PokerHandHistory.PokerHand savedHand, |
||
savedHand | PokerHandHistory.PokerHand | |
cache | ||
return | HandHistory |
public Validate ( Action nextAction ) : Action | ||
nextAction | Action | |
return | Action |