Click or drag to resize
StageOfHand Enumeration
Represents the stage of the current hand.

Namespace: Potbot.Enums
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public enum StageOfHand
Members
  Member nameValueDescription
PreDeal-1 The stage before the blinds are paid/cards are dealt.
Preflop0 The betting stage before the flop is dealt.
Flop1 The betting stage on the flop.
Turn2 The betting stage on the turn.
River3 The betting stage on the river.
Remarks
See Also