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