Click or drag to resize
AiHasGoodSuitedConnectors Method
Determines whether your pockets are "good" suited connectors. "Good" means: Pockets that have a higher chance to win than average pocketcards. E.g. If you have 32s your chances to win in a showdown are lower than they would be holding random pocket cards. Also note that AJs for example has a higher chance to win than KQs if you play headsup, but the other way round if you play against 9 opponents. Consequently, if you call this method holding AJs headsup, you will get a different value ("2") than calling it against 9 opponents ("3").

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

Return Value

Type: Int32
A number from 0 to 40 if you are holding a "good" suited connector or 100 otherwise. 0 means the best suited connectors, 1 means the 2nd best suited connecotrs and so on.
See Also