Click or drag to resize
PlayersManagerGetPlayersWhoStillCanWin Property
Determines the the number of players who are still in the hand (incl. ALLIN, e.g. players that can still win money in the current hand).

Namespace: Potbot.Gameplay.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int GetPlayersWhoStillCanWin { get; }

Property Value

Type: Int32
An Integer of the the number of players who are still in the game (incl. ALLIN, e.g. players that can still win money in the current hand).

Return Value

Type: Int32
An Integer of the the number of players who are still in the game (incl. ALLIN, e.g. players that can still win money in the current hand).
See Also