PlayersManagerGetNrLimpersAndBlindPlayers Method |
Returns the number of limpers (=players who just called the blind bet) and/or blindplayers
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public int GetNrLimpersAndBlindPlayers(
TablePlayer inCurrentPlayer,
bool withoutBlinds
)
Public Function GetNrLimpersAndBlindPlayers (
inCurrentPlayer As TablePlayer,
withoutBlinds As Boolean
) As Integer
member GetNrLimpersAndBlindPlayers :
inCurrentPlayer : TablePlayer *
withoutBlinds : bool -> int
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:
Int32The 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