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.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxprotected int HasGoodSuitedConnectors()
Protected Function HasGoodSuitedConnectors As Integer
member HasGoodSuitedConnectors : unit -> int
Return Value
Type:
Int32A 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