Click or drag to resize
TablePlayerMoneyAlreadyInvestedHand Property
Returns the amount of money that the player put from his stack to the pot during the current hand.

Namespace: Potbot.Gameplay.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public MoneyAlreadyInvestedInHand MoneyAlreadyInvestedHand { get; }

Return Value

Type: MoneyAlreadyInvestedInHand
The amount of money that the player put from his stack to the pot during the current hand.
See Also