Click or drag to resize
AiNrMostBridgeColor Method
Helper function to calculate the maximum number of cards on the bridge, who have the same suit.

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

Return Value

Type: Int32

1: Every card on the bridge has a different suit. There are no suited bridge cards.

2: There are (at least) 2 cards on the bridge with the same suit.

3: There are 3 cards on the bridge with the same suit.

4: There are 4 cards on the bridge with the same suit.

5: All 5 cards on the bridge have the same suit.

See Also