Click or drag to resize
AiDoFlushDrawCheck Method
This method determines whether you are holding a flush draw and if, detailed information about that draw in a FlushDrawCheckResult object. The definition of a flush draw is: Together, there are 4 or 5 cards of the same suit in your pockets and/or the board. Notice that a ready flush with 5 cards of the same suit will also be considered as a flush draw and return a proper FlushDrawCheckResult reference. If you do not have a flush draw, you will get a FlushDrawCheckResult reference, with all properties set to -1 in it. This method should only be called on the flop or on the turn, else you will receive a FlushDrawCheckResult reference, with all properties set to -1 in it.

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

Return Value

Type: FlushDrawCheckResult
A FlushDrawCheckResult reference.
See Also