Click or drag to resize
AiRaise Method
Use this method if you want to bet/raise.

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

Parameters

inValue
Type: SystemInt32

The value that you want to put away from your stack to the pot.

That means, that this value has to be at least the value to call + the minimum raise.

Return Value

Type: Decision
A bet/raise-Decision
See Also