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.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int FlushDrawCardsInMyHand { get; }
Public ReadOnly Property FlushDrawCardsInMyHand As Integer
Get
member FlushDrawCardsInMyHand : int with 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
See Also