Click or drag to resize
PlayersManagerNrPlayersWhoAreAllIn Property
Returns the number of players who are all in 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 NrPlayersWhoAreAllIn { get; }

Return Value

Type: Int32
The number of players who are all in in the current hand.
See Also