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.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public int GetPlayersWhoStillCanWin { get; }
Public ReadOnly Property GetPlayersWhoStillCanWin As Integer
Get
member GetPlayersWhoStillCanWin : int with get
Property Value
Type:
Int32An 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:
Int32An 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