Click or drag to resize
CurrentHandStateGetBigBlindPlayer Property
Getsthe player who had the big 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 GetBigBlindPlayer { get; }

Property Value

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

Return Value

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