MoneyAlreadyInvestedInHandGetMoneyInvestedInStage Method |
Returns the amount of money that the player gave into the pot in one of the 4 stages of the hand.
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int GetMoneyInvestedInStage(
StageOfHand inStage
)
Public Function GetMoneyInvestedInStage (
inStage As StageOfHand
) As Integer
member GetMoneyInvestedInStage :
inStage : StageOfHand -> int
Parameters
- inStage
- Type: Potbot.EnumsStageOfHand
The stage of the hand in question
Return Value
Type:
Int32The money, the player gave into the pot in the stage given in the parameter
See Also