Skip to main content

stop_pathfinding_on_world_change

Function stop_pathfinding_on_world_change 

Source
pub fn stop_pathfinding_on_world_change(
    query: Query<'_, '_, (Entity, &mut ExecutingPath), Changed<WorldName>>,
    stop_pathfinding_events: MessageWriter<'_, StopPathfindingEvent>,
)