TablePlayer Properties |
The TablePlayer type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoneMoves |
Returns a list of all moves from the player that he has done at the table.
|
![]() | GetOwesPotts |
Gets the money that player needs to call.
|
![]() | GetStateOfPlayer |
Gets the current state of the player
|
![]() | LastMove |
Returns the last MoveFromPlayer regardless of the hand it was done.
|
![]() | MoneyAlreadyInvestedHand |
Returns the amount of money that the player put from his stack to the pot during the current hand.
|
![]() | MoneyWonInHand |
Returns the money that the player won in the last hand. E.g. Money that he got out of the pot(s).
|
![]() | NameofPlayer |
Gets the name of the player.
|
![]() | SeatNumber |
Gets the seat number of the player (0-9). This value does not change during the game. Seats are numbered clockwise beginning with 0 at the middle one in the lower line.
|
![]() | Stack |
Gets the money, that player has left in his stack.
|
![]() | WasMyLastMoveInStageARaise |
Determines whether the last move in the current stage of the current hand was a bet, raise or reraise.
|