TablePlayerMoneyWonInHand Property |
Returns the money that the player won in the last hand. E.g. Money that he got out of the pot(s).
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public int MoneyWonInHand { get; }
Public ReadOnly Property MoneyWonInHand As Integer
Get
member MoneyWonInHand : int with get
Return Value
Type:
Int320 or a positive number
See Also