show_vehicle_stats

Function show_vehicle_stats 

Source
pub fn show_vehicle_stats(
    (InMut, In): (InMut<'_, Ui>, In<Entity>),
    vehicle_name: Query<'_, '_, &Name, With<Vehicle>>,
    schedule: Query<'_, '_, (&VehicleSchedule, &VehicleScheduleCache)>,
    timetable_entries: Query<'_, '_, (&TimetableEntry, &TimetableEntryCache)>,
)