Initial implementation of trace restrict slots
This commit is contained in:
@@ -330,6 +330,11 @@ enum Commands {
|
||||
CMD_OPEN_CLOSE_AIRPORT, ///< open/close an airport to incoming aircraft
|
||||
|
||||
CMD_PROGRAM_TRACERESTRICT_SIGNAL, ///< modify a signal tracerestrict program
|
||||
CMD_CREATE_TRACERESTRICT_SLOT, ///< create a tracerestrict slot
|
||||
CMD_ALTER_TRACERESTRICT_SLOT, ///< alter a tracerestrict slot
|
||||
CMD_DELETE_TRACERESTRICT_SLOT, ///< delete a tracerestrict slot
|
||||
CMD_ADD_VEHICLE_TRACERESTRICT_SLOT, ///< add a vehicle to a tracerestrict slot
|
||||
CMD_REMOVE_VEHICLE_TRACERESTRICT_SLOT, ///< remove a vehicle from a tracerestrict slot
|
||||
|
||||
CMD_END, ///< Must ALWAYS be on the end of this list!! (period)
|
||||
};
|
||||
|
Reference in New Issue
Block a user