PlayersManager.NrPlayersWhoAreAllIn Property |
Returns the number of players who are all in in the current hand.
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public int NrPlayersWhoAreAllIn { get; }
Public ReadOnly Property NrPlayersWhoAreAllIn As Integer
Get
member NrPlayersWhoAreAllIn : int with get
Return Value
Type:
Int32The number of players who are all in in the current hand.
See Also