Click or drag to resize
PlayersManagerGetNrPlayersCalledLastRaise Method
Returns the number of players (expcept the current player) that called the last raise in current stage (and in current hand of course)

Namespace: Potbot.Gameplay.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int GetNrPlayersCalledLastRaise(
	CurrentHandState inCurrentHandState
)

Parameters

inCurrentHandState
Type: Potbot.GameplayCurrentHandState
The current hand state

Return Value

Type: Int32
The number of players (expcept the inCurrentPlayer-player) that called the last raise in current stage (and in current GameNr of course)
Remarks
CAUTION: only call, if somebody has already raised in current stage
See Also