Click or drag to resize
PlayersManagerGetNrPlayersLastMoveRaise Method
Retunrs the number of players (expcept the inCurrentPlayer player) whose last move in current stage (and in current hand of course) was a raise or reraise

Namespace: Potbot.Gameplay.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int GetNrPlayersLastMoveRaise(
	TablePlayer inCurrentPlayer
)

Parameters

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

Return Value

Type: Int32
The number of players (expcept the inCurrentPlayer player) whose last move in current stage (and in current hand of course) was a raise or reraise
See Also