Click or drag to resize
AiThreeOfAKindCheck Method
Returns how many of the 3 cards that make the three of a kind your player has in his hand. If method is called without your player having a three of a kind hand, -1 is returned. This is also true if yor player e.g. has a four of kind hand.

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

Return Value

Type: Int32
-1,0,1 or 2
See Also