Click or drag to resize
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.Gameplay
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int GetMoneyInvestedInStage(
	StageOfHand inStage
)

Parameters

inStage
Type: Potbot.EnumsStageOfHand
The stage of the hand in question

Return Value

Type: Int32
The money, the player gave into the pot in the stage given in the parameter
See Also