Click or drag to resize
PotsManagerMoneyPlayerCanWin Method
Calculates the money that a player can win, assuming he is calling and winning (or everboy else then folds).

Namespace: Potbot.Gameplay
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int MoneyPlayerCanWin(
	TablePlayer inPlayer
)

Parameters

inPlayer
Type: Potbot.Gameplay.PlayersTablePlayer
Player that goes all in an whose amount he can win is calculated

Return Value

Type: Int32
The amount of money that a player can win, assuming he is calling and winning (or everboy else then folds).
Remarks
The amount of the money spent in the call is included in the result
See Also