Click or drag to resize
AiOverruleAllowed Property
Gets Or sets a value, indicating whether PotBot may overrule decisions from AIs of which he thinks they aren't good. Right now there is only one rule implemented, in which a FOLD is overruled to CHECK if possible.

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
protected bool OverruleAllowed { get; set; }

Return Value

Type: Boolean
A value, indicating whether PotBot may overrule decisions from AIs
See Also