10 #ifndef TIMETABLE_CMD_H
11 #define TIMETABLE_CMD_H
Common return value for all commands.
uint64_t TickCounter
The type that the tick counter is stored in.
Types related to commands.
@ CMDT_ROUTE_MANAGEMENT
Modifications to route management (orders, groups, etc).
DoCommandFlag
List of flags for a command.
@ CMD_SET_TIMETABLE_START
set the date that a timetable should start
@ CMD_SET_VEHICLE_ON_TIME
set the vehicle on time feature (timetable)
@ CMD_CHANGE_TIMETABLE
change the timetable for a vehicle
@ CMD_AUTOFILL_TIMETABLE
autofill the timetable
@ CMD_BULK_CHANGE_TIMETABLE
change the timetable for all orders of a vehicle
uint8_t VehicleOrderID
The index of an order within its current vehicle (not pool related)
ModifyTimetableFlags
Enumeration for the data to set in CmdChangeTimetable.
Definition of the tick-based game-timer.
uint32_t VehicleID
The type all our vehicle IDs have.