Click or drag to resize
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.Gameplay
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int GetNumberOfPlayers { get; }

Property Value

Type: Int32
The number of all players at the table except those who already folded or are allin in the current hand

Return Value

Type: Int32
The number of all players at the table except those who already folded or are allin in the current hand
See Also