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.
Inheritance Hierarchy
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic class PotsManager : MarshalByRefObject
Public Class PotsManager
Inherits MarshalByRefObject
type PotsManager =
class
inherit MarshalByRefObject
end
The PotsManager type exposes the following members.
Properties
| Name | Description |
---|
 | SizeOfAllPots |
Returns the money that is currently in pots (main- and sidepots)
|
Top
Methods
| Name | Description |
---|
 | MoneyPlayerCanWin |
Calculates the money that a player can win, assuming he is calling and winning (or everboy else then folds).
|
Top
See Also