azalea::pathfinder

Function handle_stop_pathfinding_event

Source
pub fn handle_stop_pathfinding_event(
    events: EventReader<'_, '_, StopPathfindingEvent>,
    query: Query<'_, '_, (&mut Pathfinder, &mut ExecutingPath)>,
    walk_events: EventWriter<'_, StartWalkEvent>,
    commands: Commands<'_, '_>,
)