Function azalea::pathfinder::recalculate_near_end_of_path

source ยท
pub fn recalculate_near_end_of_path(
    query: Query<'_, '_, (Entity, &mut Pathfinder, &mut ExecutingPath)>,
    walk_events: EventWriter<'_, StartWalkEvent>,
    goto_events: EventWriter<'_, GotoEvent>,
    commands: Commands<'_, '_>
)