Common return value for all commands.
Types related to commands.
@ OtherManagement
Renaming stuff, changing company colours, placing signs, etc.
Commands
List of commands.
@ RenameDepot
rename a depot
CommandCost CmdRenameDepot(DoCommandFlags flags, DepotID depot_id, const std::string &text)
Rename a depot.
CommandCost CmdRenameDepot(DoCommandFlags flags, DepotID depot_id, const std::string &text)
Rename a depot.
void CcCloneVehicle(Commands, const CommandCost &result, VehicleID veh_id)
This is the Callback method after the cloning attempt of a vehicle.
Header files for depots (not hangars).
PoolID< uint16_t, struct DepotIDTag, 64000, 0xFFFF > DepotID
Type for the unique identifier of depots.
Types related to vehicles.
PoolID< uint32_t, struct VehicleIDTag, 0xFF000, 0xFFFFF > VehicleID
The type all our vehicle IDs have.