Click or drag to resize
PlayersManagerAnyBodyRaisedPreFlop Method
Determines if any player raised preflop excpet the player given in param

Namespace: Potbot.Gameplay.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public bool AnyBodyRaisedPreFlop(
	TablePlayer inCurrentPlayer
)

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: Boolean
True if any player raised preflop excpet the given player itself, False otherwise
Remarks