PlayersManagerAnyBodyRaisedPreFlop Method |
Determines if any player raised preflop excpet the player given in param
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic bool AnyBodyRaisedPreFlop(
TablePlayer inCurrentPlayer
)
Public Function AnyBodyRaisedPreFlop (
inCurrentPlayer As TablePlayer
) As Boolean
member AnyBodyRaisedPreFlop :
inCurrentPlayer : TablePlayer -> bool
Parameters
- inCurrentPlayer
- Type: Potbot.Gameplay.PlayersTablePlayer
The Player that doesn't count for the result (usually the player who making a decision)
Return Value
Type:
BooleanTrue if any player raised preflop excpet the given player itself, False otherwise
Remarks
See Also