| AiGetNrOvercardsOnBridge Method | 
 Returns the number of cards on the bridge, which have a higher face value than the higher one of my pocket cards.
 If there is no card on the bridge yet (preflop) 0 is returned.
 
 
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
 Syntax
Syntaxprotected int GetNrOvercardsOnBridge()
Protected Function GetNrOvercardsOnBridge As Integer
member GetNrOvercardsOnBridge : unit -> int 
Return Value
Type: 
Int320-5
 See Also
See Also