PlayersManagerGetNRfolders Property |
Returns the number of players who have folded in the current hand (regardless what
StageOfHand).
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int GetNRfolders { get; }
Public ReadOnly Property GetNRfolders As Integer
Get
member GetNRfolders : int with get
Property Value
Type:
Int32The number of players who have folded in the current hand (no matter what
StageOfHand).
Return Value
Type:
Int32The number of players who have folded in the current hand (no matter what
StageOfHand).
See Also