Click or drag to resize
AiHandValue Property

Returns Cactus Kev's number, which represents the strength of the hand. 1 is the best possible 5 card hand (Royal Flush), 7462 the worst (High Card 7). Before the flop this value = -1

HandValue 6186 - 7462: High Card hands

HandValue 3326 - 6185: One pair hands

HandValue 2468 - 3325: Two pairs hands

HandValue 1610 - 2467: Three of a kind hands

HandValue 1600 - 1609: Straight hands

HandValue 323 - 1599: Flush hands

HandValue 167 - 322: Full House hands

HandValue 11 - 166: Four of a Kind (Poker) hands

HandValue 2 - 10: Straight Flush hands

HandValue = 1: Royal Flush

HandValue -1: Not a 5 card hand (preflop)

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

Return Value

Type: Int32
1 - 7462 or -1
See Also