Potbot.Gameplay Namespace |
The PotBot.Gameplay namespace contains classes used by the gameplay form of the application.
Class | Description | |
---|---|---|
![]() | CurrentHandState |
This class contains information about the current hand. Retrieve the reference by calling the CurrentHandState property of the Ai class.
|
![]() | MoneyAlreadyInvestedInHand |
Holds 4 values indicating the amount of money that the player gave into the pot in the 4 stages of the hand.
|
![]() | MoveFromPlayer |
Represents a move of a player. Every move of every player is stored in the TablePlayer class. You can retrieve a list by calling DoneMoves.
You can also use LastMove to only get the last move from that player.
|
![]() | PotsManager |
Represents 'the pot' including the main pot and side pots, if there are any. Retrieve the reference by calling the PotsManager property of the Ai class.
|