Click or drag to resize
OnePairCheckResultWhichPair Property
Returns information about the 1 pair that you have.

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

Return Value

Type: Int32

1: I have the pair in my holecards, there are 5 lower cards on the bridge.

2: I have the pair in my holecards, there are 4 lower cards on the bridge.

3: I have the pair in my holecards, there are 3 lower cards on the bridge.

4: I have the pair in my holecards, there are 2 lower cards on the bridge.

5: I have the pair in my holecards, there is 1 lower card on the bridge.

6: I have the pair in my holecards, there are no lower cards on the bridge.

7: I hit the highest card on the bridge with 1 of my holecards (in this case NrHighestKicker is set also).

8: I hit the 2nd highest card on the bridge with 1 of my holecards (in this case NrHighestKicker is set also).

9: I hit the 3rd highest card on the bridge with 1 of my holecards (in this case NrHighestKicker is set also).

10: I hit the 4th highest card on the bridge with 1 of my holecards. (in this case NrHighestKicker is set also).

11: I hit the 5th highest (lowest) card on the bridge with 1 of my holecards (in this case NrHighestKicker is set also).

12: The pair is in the bridge.

See Also