MoneyAlreadyInvestedInHandGetMoneyInvestedInhand Method |
Returns the amount of money that the player gave into the pot in the hand.
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int GetMoneyInvestedInhand()
Public Function GetMoneyInvestedInhand As Integer
member GetMoneyInvestedInhand : unit -> int
Return Value
Type:
Int32The money, the player gave into the pot in all stages
See Also