check_for_path_obstruction

Function check_for_path_obstruction 

Source
pub fn check_for_path_obstruction(
    query: Query<'_, '_, (Entity, &mut Pathfinder, &mut ExecutingPath, &WorldName, &Inventory, Option<&CustomPathfinderState>)>,
    worlds: Res<'_, Worlds>,
)