CurrentHandStateGetCurrentPlayer Property |
Gets the player whose turn it is.
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public TablePlayer GetCurrentPlayer { get; }
Public ReadOnly Property GetCurrentPlayer As TablePlayer
Get
member GetCurrentPlayer : TablePlayer with get
Property Value
Type:
TablePlayerThe player whose turn it is.
Return Value
Type:
TablePlayerThe player whose turn it is.
See Also