Click or drag to resize
AiIsBridgePaired Method
Helper function, which determines whether there is at least 1 pair on the bridge.

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

Return Value

Type: Boolean
true: 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