CurrentHandStatePlayersStillToCome Method |
Determines the number of players (0-9) still to act after (without) the current player, if nobody bets/raises again.
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public int PlayersStillToCome()
Public Function PlayersStillToCome As Integer
member PlayersStillToCome : unit -> int
Return Value
Type:
Int32the number of players (0-9) still to act after (without) the current player, if nobody bets/raises again.
See Also