Expand description
Auto-generated from doc/scripting/entity_registry.org. Do not edit manually — edit the org file + cargo build.
Name-bearing entity field layout for the host value decoder.
Field ORDER matches the wasm struct slot order in ENTITY_SPECS
(accessor rows, then struct-only extras), so a field’s position
here is its struct.get index.
Structs§
Enums§
Constants§
Functions§
- entity_
layout - The decode layout for
kind, orNonefor kinds with no field layout (e.g.Condition, which isn’t a server entity).