Click or drag to resize
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.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int MoneyWonInHand { get; }

Return Value

Type: Int32
0 or a positive number
See Also