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.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int GetNrPlayersCalledLastRaise(
CurrentHandState inCurrentHandState
)
Public Function GetNrPlayersCalledLastRaise (
inCurrentHandState As CurrentHandState
) As Integer
member GetNrPlayersCalledLastRaise :
inCurrentHandState : CurrentHandState -> int
Parameters
- inCurrentHandState
- Type: Potbot.GameplayCurrentHandState
The current hand state
Return Value
Type:
Int32The number of players (expcept the inCurrentPlayer-player) that called the last raise in current stage (and in current GameNr of course)
RemarksCAUTION: only call, if somebody has already raised in current stage
See Also