Class BlockTypes
The block types inside a TICK (03-wire-protocol § 3). An unknown type is skipped by its length.
public static class BlockTypes
- Inheritance
-
BlockTypes
- Inherited Members
Fields
Acks
Command rejections.
public const byte Acks = 7
Field Value
Agg
Per-cell counts per archetype.
public const byte Agg = 4
Field Value
Debug
Engine-defined sub-blocks, capability-gated.
public const byte Debug = 6
Field Value
Entities
One archetype's enters, segments, state records and leaves.
public const byte Entities = 1
Field Value
Events
Typed events.
public const byte Events = 2
Field Value
Ext
An application-defined payload.
public const byte Ext = 127
Field Value
Self
The controlled entity's owner groups and the last drained command sequence.
public const byte Self = 3
Field Value
Sources
Source lifecycle.
public const byte Sources = 8
Field Value
Stats
Catalog-declared metrics.
public const byte Stats = 5