Function entity_capabilities_from_bytes

Source
pub fn entity_capabilities_from_bytes(
    capabilities: u32,
    entity_type: &EntityType,
) -> EntityCapabilities
Expand description

Helper function to convert the V7 on-wire format bytes (as u32) to an EntityCapabilities struct based on the EntityType of the entity.