MoveFromPlayerDoneInHandNr Property |
The number of hand this move was made. Get the number of the current hand with
GetHandNumber.
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int DoneInHandNr { get; }
Public ReadOnly Property DoneInHandNr As Integer
Get
member DoneInHandNr : int with get
Return Value
Type:
Int32The number of hand this move was made.
See Also