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.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax protected bool OverruleAllowed { get; set; }
Protected Property OverruleAllowed As Boolean
Get
Set
member OverruleAllowed : bool with get, set
Return Value
Type:
BooleanA value, indicating whether PotBot may overrule decisions from AIs
See Also