Class CacheHeaderFlags
Flag bits for Flags. The struct is 16 bits wide; bit 0 is currently the only assigned flag.
public static class CacheHeaderFlags
- Inheritance
-
CacheHeaderFlags
- Inherited Members
Fields
IsSelfContained
Set when the cache is self-contained (no .typhon-trace source needed at open time). The
SourceMetadata section carries the source's header + system / archetype / component-type tables verbatim;
the loader projects metadata from those bytes instead of opening a source file. Used by live-attach session saves.
public const ushort IsSelfContained = 1