Vixen
caa30e12
csharp
public enum AiDebugMessage

What an AI debug message is.

Read the guide page for this →

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)

  • RequestAgent

    Editor → build: send me this agent's state.

  • Agent

    Build → editor: one agent, with its rows.

  • NoAgent

    Build → editor: there is no such agent, or the channel is off.

Used by (2)

  • AiDebugChannelVixen.Ai
  • AiDebugChannelTestsVixen.Ai.Tests