Click or drag to resize
AiHasPair Method
Determines whether if your pocketcards are a pair.

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

Return Value

Type: Int32

2: Your pockets are Deuces.

3: Your pockets are two 3s.

4: Your pockets are two 4s.

...

10: Your pockets are two 10s.

11: Your pockets are two Jacks.

12: Your pockets are two Queens.

13: Your pockets are two Kings.

14: Your pockets are two Aces.

See Also