Enum ModifyBrainActionType
An enumeration of action types which modify the brain.
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Core.dll
Syntax
public enum ModifyBrainActionType
Fields
Name | Description |
---|---|
DisableUrges | Disables urges so that they aren't considered. |
EnableUrges | Enables urges so that they are considered. |
RevertParameters | Reverts any custom parameters so the bot uses the brain's defaults. |
RevertUrges | Reverts any changes to the default brain urges. |
SetParameters | Sets custom parameters for the bot. |