Click or drag to resize
PlayersManagerGetNRfolders Property
Returns the number of players who have folded in the current hand (regardless what StageOfHand).

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

Property Value

Type: Int32
The number of players who have folded in the current hand (no matter what StageOfHand).

Return Value

Type: Int32
The number of players who have folded in the current hand (no matter what StageOfHand).
See Also