Function minutiae::util::locate_entity_simple [] [src]

pub fn locate_entity_simple<C: CellState, E: EntityState<C>, M: MutEntityState>(
    uuid: Uuid,
    entities: &[Entity<C, E, M>]
) -> Option<usize>

Searches one coordinate of the universe and attempts to find the entity ID of the entity with the supplied UUID.