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.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public int GetNrCalledAndGotRaised(
TablePlayer inCurrentPlayer
)
Public Function GetNrCalledAndGotRaised (
inCurrentPlayer As TablePlayer
) As Integer
member GetNrCalledAndGotRaised :
inCurrentPlayer : TablePlayer -> int
Parameters
- inCurrentPlayer
- Type: Potbot.Gameplay.PlayersTablePlayer
The player who will not count even if he called last raise (usually yourself)
Return Value
Type:
Int32The number of players (expcept the inActualPlayer-player) that called and got raised again in current stage (and in current hand of course)
See Also