Method | Description | |
---|---|---|
DealFlop ( ) : void | ||
DealHoleCards ( ) : void |
Deals out all of the players' hole cards.
|
|
DealRiver ( ) : void | ||
DealTurn ( ) : void | ||
GetBets ( List |
Gets the bets from all the players still in the hand.
|
|
GetBlinds ( ) : void |
Forces players to post blinds before the hand can start.
|
|
HandEngine ( ) : System | ||
PlayHand ( HandHistory handHistory ) : void |
Plays a hand from the start. Note that this method will not resume a game from a saved hand _history.
|
|
PlayHand ( HandHistory handHistory, |
Plays a hand from the start. Note that this method will not resume a game from a saved hand _history.
|
Method | Description | |
---|---|---|
AddAction ( int pIdx, System.Action action, List |
||
GetFirstToAct ( bool preflop ) : int | ||
payWinners ( ) : void |
public GetBets ( List |
||
curRoundActions | List |
|
return | void |
public PlayHand ( HandHistory handHistory ) : void | ||
handHistory | HandHistory | An new hand _history with the list of players and the game parameters. |
return | void |
public PlayHand ( HandHistory handHistory, |
||
handHistory | HandHistory | An new hand _history with the list of players and the game parameters. |
cachedHand | The cached deck to use. | |
return | void |