Click or drag to resize
CurrentHandStateGetHandNumber Property
Gets the number of hands already played including the current hand, starting with 1.

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

Property Value

Type: Int32
The number of hands already played including the current hand, starting with 1.

Return Value

Type: Int32
The number of hands already played including the current hand, starting with 1.
See Also