Potbot.Gameplay.Ais Namespace |
The PotBot.Gameplay.Ais namespace contains classes that help you writing your AI, of which the most important is Ai with its methods and properties.
Class | Description | |
---|---|---|
Ai |
That's the base class of the ai class you write. It contains some methods and properties that should help you writing your code.
| |
FlushDrawCheckResult |
Class holds detailed information about the flush draw hand you are holding. See also DoFlushDrawCheck.
| |
OnePairCheckResult |
Class holds detailed information about the 1 pair hand you are holding. See also DoPairCheck.
| |
StraightDrawCheckResult |
Class holds detailed information about the straight draw you are holding. See also DoStraightDrawCheck.
| |
TwoPairsCheckResult |
Class holds detailed information about the 2 pairs hand you are holding. See also TwoPairsCheck.
|