Use this method if you want to bet/raise.
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax protected Decision Raise(
int inValue
)
Protected Function Raise (
inValue As Integer
) As Decision
member Raise :
inValue : int -> Decision
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:
DecisionA bet/raise-
DecisionSee Also