Click or drag to resize
StraightDrawCheckResultNrCardsThatMakeMeStraight Property
Returns the number of card faces that will make you a straight or 0 if you don't have a staight draw.

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

Return Value

Type: Int32
0: No straight draw. 1: One card face will make you a staright. E.g. If every Jack would made you a straight, you'd get 1, not 4. 2: Two card faces will make you a staright. E.g. If every 7 and every Jack would made you a straight, you'd get 2, not 8.
Remarks