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

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

Return Value

Type: Int32
-1 if there is no flush draw. 0: There are 0 cards higher than the highest flush draw card visible to you. (So the ace is visible on the board or in your pockets). 1: There is 1 card higher than the highest flush draw card visible to you. (So the ace is not visible on the board or in your pockets). 2: There are 2 cards higher than the highest flush draw card visible to you. (So the ace and the king are not visible on the board or in your pockets). 9: There are 9 cards higher than the highest flush draw card visible to you. (2,3,4,5 are visible to you on the board or in your pockets)
See Also