CurrentHandStateGetBigBlindPlayer Property |
Getsthe player who had the big blind in the current hand.
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public TablePlayer GetBigBlindPlayer { get; }
Public ReadOnly Property GetBigBlindPlayer As TablePlayer
Get
member GetBigBlindPlayer : TablePlayer with get
Property Value
Type:
TablePlayerThe player who had the big blind in the current hand.
Return Value
Type:
TablePlayerThe player who had the big blind in the current hand.
See Also