Examines and returns information about the 1 pair hand that you have.
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxprotected OnePairCheckResult DoPairCheck()
Protected Function DoPairCheck As OnePairCheckResult
member DoPairCheck : unit -> OnePairCheckResult
Return Value
Type:
OnePairCheckResultA
OnePairCheckResult or -1 if you do not have exactly 1 pair (like 2 pairs or a set).
See Also