Click or drag to resize
PlayersManagerGetNrCalledAndGotRaised Method
Returns the number of players (expcept the inActualPlayer-player) that called and got raised again 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 GetNrCalledAndGotRaised(
	TablePlayer inCurrentPlayer
)

Parameters

inCurrentPlayer
Type: Potbot.Gameplay.PlayersTablePlayer
The player who will not count even if he called last raise (usually yourself)

Return Value

Type: Int32
The number of players (expcept the inActualPlayer-player) that called and got raised again in current stage (and in current hand of course)
See Also