Click or drag to resize
PotsManager Class
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.Gameplay
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public class PotsManager : MarshalByRefObject

The PotsManager type exposes the following members.

Properties
  NameDescription
Public propertySizeOfAllPots
Returns the money that is currently in pots (main- and sidepots)
Top
Methods
  NameDescription
Public methodMoneyPlayerCanWin
Calculates the money that a player can win, assuming he is calling and winning (or everboy else then folds).
Top
See Also