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

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int FlushDrawCardsInMyHand { get; }

Return Value

Type: Int32
-1: There is no flush draw (=at least 4 cards with same suit) / flush 0: None of the cards in your hand have the suit of the flush draw / flush 1: One card in your hand has the suit of the flush draw / flush 2: Two cards in your hand have the suit of the flush draw / flush
Remarks