Feature: Ctrl+Click to reset late counter for the entire vehicle group.

This commit is contained in:
Bilongozhko, Serhii (Contractor)
2023-02-10 13:29:29 -05:00
committed by rubidium42
parent 231935fccd
commit 35ad964c6b
4 changed files with 22 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
CommandCost CmdChangeTimetable(DoCommandFlag flags, VehicleID veh, VehicleOrderID order_number, ModifyTimetableFlags mtf, uint16 data);
CommandCost CmdBulkChangeTimetable(DoCommandFlag flags, VehicleID veh, ModifyTimetableFlags mtf, uint16 data);
CommandCost CmdSetVehicleOnTime(DoCommandFlag flags, VehicleID veh);
CommandCost CmdSetVehicleOnTime(DoCommandFlag flags, VehicleID veh, bool apply_to_group);
CommandCost CmdAutofillTimetable(DoCommandFlag flags, VehicleID veh, bool autofill, bool preserve_wait_time);
CommandCost CmdSetTimetableStart(DoCommandFlag flags, VehicleID veh_id, bool timetable_all, Date start_date);