Helper function, which determines whether there is at least 1 pair on the bridge.
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax protected bool IsBridgePaired()
Protected Function IsBridgePaired As Boolean
member IsBridgePaired : unit -> bool
Return Value
Type:
Booleantrue: There is at least 1 pair on the bridge (or a set or a four of a kind).
false: There is no pair on the bridge (all cards have differnt faces) or no cards on the bridge at all.
See Also