Click or drag to resize
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.

Classes
  ClassDescription
Public classAi
That's the base class of the ai class you write. It contains some methods and properties that should help you writing your code.
Public classFlushDrawCheckResult
Class holds detailed information about the flush draw hand you are holding. See also DoFlushDrawCheck.
Public classOnePairCheckResult
Class holds detailed information about the 1 pair hand you are holding. See also DoPairCheck.
Public classStraightDrawCheckResult
Class holds detailed information about the straight draw you are holding. See also DoStraightDrawCheck.
Public classTwoPairsCheckResult
Class holds detailed information about the 2 pairs hand you are holding. See also TwoPairsCheck.