PotsManagerMoneyPlayerCanWin Method |
Calculates the money that a player can win, assuming he is calling and winning (or everboy else then folds).
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int MoneyPlayerCanWin(
TablePlayer inPlayer
)
Public Function MoneyPlayerCanWin (
inPlayer As TablePlayer
) As Integer
member MoneyPlayerCanWin :
inPlayer : TablePlayer -> int
Parameters
- inPlayer
- Type: Potbot.Gameplay.PlayersTablePlayer
Player that goes all in an whose amount he can win is calculated
Return Value
Type:
Int32The amount of money that a player can win, assuming he is calling and winning (or everboy else then folds).
RemarksThe amount of the money spent in the call is included in the result
See Also