CurrentHandStateGetStartedIntoHand Property |
Gets the number of all players who started into the current hand (e.g. who got dealt cards).
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public int GetStartedIntoHand { get; }
Public ReadOnly Property GetStartedIntoHand As Integer
Get
member GetStartedIntoHand : int with get
Property Value
Type:
Int32The number of all players who started into the current hand (e.g. who got dealt cards).
Return Value
Type:
Int32The number of all players who started into the current hand (e.g. who got dealt cards).
See Also