CurrentHandStateGetSmallBlindPlayer Property |
Gets the player who had the small blind in the current hand.
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic TablePlayer GetSmallBlindPlayer { get; }
Public ReadOnly Property GetSmallBlindPlayer As TablePlayer
Get
member GetSmallBlindPlayer : TablePlayer with get
Property Value
Type:
TablePlayerThe player who had the small blind in the current hand.
Return Value
Type:
TablePlayerThe player who had the small blind in the current hand.
See Also