Helper function, which determines whether all cards on the bridge are of the same suit.
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax protected bool IsBridgeSuited()
Protected Function IsBridgeSuited As Boolean
member IsBridgeSuited : unit -> bool
Return Value
Type:
Booleantrue: 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