Click or drag to resize
CurrentHandStateGetWhoHasToShow1St Property
Gets the player who has to open his cards first on a showdown.

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

Property Value

Type: TablePlayer
The player who has to open his cards first on a showdown or nothing if not yet set.

Return Value

Type: TablePlayer
The player who has to open his cards first on a showdown or nothing if not yet set.
See Also