Click or drag to resize
CurrentHandStatePlayersStillToCome Method
Determines the number of players (0-9) still to act after (without) the current player, if nobody bets/raises again.

Namespace: Potbot.Gameplay
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int PlayersStillToCome()

Return Value

Type: Int32
the number of players (0-9) still to act after (without) the current player, if nobody bets/raises again.
See Also