pub fn entity_capabilities_from_bytes(
capabilities: u32,
entity_type: &EntityType,
) -> EntityCapabilitiesExpand description
Helper function to convert the V7 on-wire format bytes (as u32) to an EntityCapabilities struct
based on the EntityType of the entity.