| CurrentHandStateGetHandNumber Property | 
 Gets the number of hands already played including the current hand, starting with 1.
 
 
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
 Syntax
Syntaxpublic int GetHandNumber { get; }Public ReadOnly Property GetHandNumber As Integer
	Get
member GetHandNumber : int with get
Property Value
Type: 
Int32The number of hands already played including the current hand, starting with 1.
Return Value
Type: 
Int32The number of hands already played including the current hand, starting with 1.
 See Also
See Also