Click or drag to resize
MoneyAlreadyInvestedInHand Class
Holds 4 values indicating the amount of money that the player gave into the pot in the 4 stages of the hand.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Potbot.GameplayMoneyAlreadyInvestedInHand

Namespace: Potbot.Gameplay
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public class MoneyAlreadyInvestedInHand : MarshalByRefObject

The MoneyAlreadyInvestedInHand type exposes the following members.

Methods
  NameDescription
Public methodGetMoneyInvestedInhand
Returns the amount of money that the player gave into the pot in the hand.
Public methodGetMoneyInvestedInStage
Returns the amount of money that the player gave into the pot in one of the 4 stages of the hand.
Top
See Also