| StateOfPlayer Enumeration | 
 Represents the state of a player in the current hand, that can be read with 
GetStateOfPlayer.
 
 
Namespace: Potbot.EnumsAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
 Syntax
Syntaxpublic enum StateOfPlayer
Public Enumeration StateOfPlayer
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Busted | -4 | If a player lost all hist stack, this state apllies to the player during the HandHasEnded(TablePlayer) method call. | 
|  | Doesntplay | -3 | The player didn't play the hand at all. | 
|  | Allin | -2 | The player is allin. | 
|  | Folded | -1 | The player folded. | 
|  | InTheGame | 0 | The player is still playing in the hand. | 
 See Also
See Also