Click or drag to resize
TwoPairsCheckResultAdditionalInfo Property
This property has additional information on your hand if NrPairsOnBridge returns 1, e.g. there is one pair on the bridge. Othwise -1000 is returned.

If you have the other pair in your pockets, the following values are returned:

-1: I have a (over) pair in my holecards (higher than any card of the bridge).

-2: I have a pair in my holecards, there is one higher card on the bridge (If the pair one bridge is higher than my holepair, it counts as 1 only).

-3: I have a pair in my holecards, there are two higher cards on the bridge (If the pair one bridge is higher than my holepair, it counts as 1 only).

-4: I have a pair in my holecards, there are three higher cards on the bridge (If the pair one bridge is higher than my holepair, it counts as 1 only).

-5: I have a pair in my holecards, there are three higher cards and the higher pair on the bridge.

If one of your pocketcards make the second pair with one of the cards on the board, the following value is returned:

Overcards: The number of cards, that have a higher value than the card in your pockets that didn't make a pair (kicker). (The pair on the bridge doensn't count).

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int AdditionalInfo { get; }

Return Value

Type: Int32
An integer as described. -1000 if there is not exactly 1 pair on the board.
See Also