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.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public int GetNrPlayersLastMoveRaise(
TablePlayer inCurrentPlayer
)
Public Function GetNrPlayersLastMoveRaise (
inCurrentPlayer As TablePlayer
) As Integer
member GetNrPlayersLastMoveRaise :
inCurrentPlayer : TablePlayer -> int
Parameters
- inCurrentPlayer
- Type: Potbot.Gameplay.PlayersTablePlayer
The player who will not count even if he raised (usually yourself)
Return Value
Type:
Int32The 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