Click or drag to resize
AiMakeRiverDecision Method
Override this member and return your decision on the river.

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
protected abstract Decision MakeRiverDecision()

Return Value

Type: Decision

The decision of your ai.

Use one of the follwing methods from the Ai class to return your decsion to the table:

Fold

CheckOrCall

CheckOrFold

Raise(Int32)

MakeRaiseDecision(Double, Double)

MakeAllInDecision

MaybeDoABluff(UInt32, Int32, Double, Double, Decision)

'''
Remarks
Your overriden method may be called more than once per round.
See Also