csharp
public enum AiDebugMessageWhat an AI debug message is.
Remarks
⚠ The values are written down and must not be renumbered, for the reason InspectorProtocol gives at length: the two ends are different processes and often different builds, so a member that moved when somebody inserted one would be a silent misinterpretation rather than an error.
Fields and properties (3)
RequestAgentEditor → build: send me this agent's state.
AgentBuild → editor: one agent, with its rows.
NoAgentBuild → editor: there is no such agent, or the channel is off.
Used by (2)
- AiDebugChannelVixen.Ai
- AiDebugChannelTestsVixen.Ai.Tests