Examines and returns information about the 2 pairs hand that you have.
Examines and returns information about the 2 pairs hand that you have.
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxprotected TwoPairsCheckResult TwoPairsCheck()
Protected Function TwoPairsCheck As TwoPairsCheckResult
member TwoPairsCheck : unit -> TwoPairsCheckResult
Return Value
Type:
TwoPairsCheckResultA
TwoPairsCheckResult or null/nothing if you do not have 2 pairs.
See Also