Click or drag to resize
CurrentHandStateGetSmallBlindPlayer Property
Gets the player who had the small blind in the current hand.

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

Property Value

Type: TablePlayer
The player who had the small blind in the current hand.

Return Value

Type: TablePlayer
The player who had the small blind in the current hand.
See Also