Click or drag to resize
AiIsBridgeSuited Method
Helper function, which determines whether all cards on the bridge are of the same suit.

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
protected bool IsBridgeSuited()

Return Value

Type: Boolean
true: Cards on bridge have all the same suit. false: Not all cards on bridge have all the same suit or there are no cards on bridge yet (preflop).
See Also