Feature: Ctrl+Click to reset late counter for the entire vehicle group.
This commit is contained in:

committed by
rubidium42

parent
231935fccd
commit
35ad964c6b
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user