Click or drag to resize
CurrentHandStateGetStartedIntoHand Property
Gets the number of all players who started into the current hand (e.g. who got dealt cards).

Namespace: Potbot.Gameplay
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int GetStartedIntoHand { get; }

Property Value

Type: Int32
The number of all players who started into the current hand (e.g. who got dealt cards).

Return Value

Type: Int32
The number of all players who started into the current hand (e.g. who got dealt cards).
See Also