pub const INVALID_ENTITY_HANDLE: u32 = 0x00FF_FFFF;Expand description
Sentinel value for a CHandle field that points at no entity.
Protobuf handle fields (e.g. modifier.parent) are optional; callers
substitute this when the field is absent and skip handles equal to it.