Click or drag to resize
Potbot.Enums Namespace

The Enums namespace contains enumerations only.

Enumerations
  EnumerationDescription
Public enumerationStageOfHand
Represents the stage of the current hand.
Public enumerationStateOfPlayer
Represents the state of a player in the current hand, that can be read with GetStateOfPlayer.
Public enumerationTypeOfMove
Every move of a player is stored in new instance of MoveFromPlayer class. Among others, the type of the move is stored using this enumeration. You can retrieve all moves from a player by using the DoneMoves property.