Click or drag to resize
StraightDrawCheckResult Class
Class holds detailed information about the straight draw you are holding. See also DoStraightDrawCheck.
Inheritance Hierarchy
SystemObject
  Potbot.Gameplay.AisStraightDrawCheckResult

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public class StraightDrawCheckResult

The StraightDrawCheckResult type exposes the following members.

Properties
  NameDescription
Public propertyNrCardsThatMakeMeStraight
Returns the number of card faces that will make you a straight or 0 if you don't have a staight draw.
Public propertyStraightDrawInMyHand
Returns the number of how many of the cards of the straight draw are in your pockets.
Top
See Also