Click or drag to resize
FlushDrawCheckResult Class
Class holds detailed information about the flush draw hand you are holding. See also DoFlushDrawCheck.
Inheritance Hierarchy
SystemObject
  Potbot.Gameplay.AisFlushDrawCheckResult

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public class FlushDrawCheckResult

The FlushDrawCheckResult type exposes the following members.

Properties
  NameDescription
Public propertyFlushDrawCardsInMyHand
Returns the number of cards (0-2) in your pockets that are part of the flush draw (or flush), or -1 if there is no flushdraw.
Public propertyFlushDrawOvercards
Returns the number of higher cards with the suit of the flush draw, that are not on the bridge or your pockets or -1 if there is no flushdraw.
Top
See Also