Function de_pathing::pplugin::update_requested_paths

source ·
fn update_requested_paths(
    commands: Commands<'_, '_>,
    finder: Res<'_, FinderRes>,
    state: ResMut<'_, UpdatePathsState>,
    events: EventReader<'_, '_, UpdateEntityPathEvent>,
    entities: Query<'_, '_, &Transform, With<MovableSolid>>
)