TablePlayerMoneyAlreadyInvestedHand Property |
Returns the amount of money that the player put from his stack to the pot during the current hand.
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public MoneyAlreadyInvestedInHand MoneyAlreadyInvestedHand { get; }
Public ReadOnly Property MoneyAlreadyInvestedHand As MoneyAlreadyInvestedInHand
Get
member MoneyAlreadyInvestedHand : MoneyAlreadyInvestedInHand with get
Return Value
Type:
MoneyAlreadyInvestedInHandThe amount of money that the player put from his stack to the pot during the current hand.
See Also