CurrentHandStateGetNumberOfPlayers Property |
Gets the number of all players at the table except those who already folded or are allin in the current hand.
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public int GetNumberOfPlayers { get; }
Public ReadOnly Property GetNumberOfPlayers As Integer
Get
member GetNumberOfPlayers : int with get
Property Value
Type:
Int32The number of all players at the table except those who already folded or are allin in the current hand
Return Value
Type:
Int32The number of all players at the table except those who already folded or are allin in the current hand
See Also