Click or drag to resize
PlayersManagerGetNrLimpersAndBlindPlayers Method
Returns the number of limpers (=players who just called the blind bet) and/or blindplayers

Namespace: Potbot.Gameplay.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int GetNrLimpersAndBlindPlayers(
	TablePlayer inCurrentPlayer,
	bool withoutBlinds
)

Parameters

inCurrentPlayer
Type: Potbot.Gameplay.PlayersTablePlayer
The player who will not count even if he limped or is a blindplayer
withoutBlinds
Type: SystemBoolean
If true only the limpers are returned (without blindplayers)

Return Value

Type: Int32
The number of limpers (=players who just called the blind bet) and blindplayers or -1 on error.
Remarks
Caution: Should only be called preflop or else -1 will be returned!
See Also