CurrentHandStateGetWhoHasToShow1St Property |
Gets the player who has to open his cards first on a showdown.
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public TablePlayer GetWhoHasToShow1St { get; }
Public ReadOnly Property GetWhoHasToShow1St As TablePlayer
Get
member GetWhoHasToShow1St : TablePlayer with get
Property Value
Type:
TablePlayerThe player who has to open his cards first on a showdown or nothing if not yet set.
Return Value
Type:
TablePlayerThe player who has to open his cards first on a showdown or nothing if not yet set.
See Also