azalea::pathfinder

Function recalculate_if_has_goal_but_no_path

Source
pub fn recalculate_if_has_goal_but_no_path(
    query: Query<'_, '_, (Entity, &mut Pathfinder), Without<ExecutingPath>>,
    goto_events: EventWriter<'_, GotoEvent>,
)