OpenTTD Source 20250312-master-gcdcc6b491d
|
Handling of order backups. More...
#include "stdafx.h"
#include "command_func.h"
#include "core/pool_func.hpp"
#include "network/network.h"
#include "network/network_func.h"
#include "order_backup.h"
#include "vehicle_base.h"
#include "window_func.h"
#include "station_map.h"
#include "order_cmd.h"
#include "group_cmd.h"
#include "vehicle_func.h"
#include "safeguards.h"
Go to the source code of this file.
Functions | |
CommandCost | CmdClearOrderBackup (DoCommandFlags flags, TileIndex tile, ClientID user_id) |
Clear an OrderBackup. | |
Variables | |
OrderBackupPool | _order_backup_pool ("BackupOrder") |
Handling of order backups.
Definition in file order_backup.cpp.
CommandCost CmdClearOrderBackup | ( | DoCommandFlags | flags, |
TileIndex | tile, | ||
ClientID | user_id | ||
) |
Clear an OrderBackup.
flags | For command. |
tile | Tile related to the to-be-cleared OrderBackup. |
user_id | User that had the OrderBackup. |
Definition at line 150 of file order_backup.cpp.
References Execute, INVALID_TILE, OrderBackup::ResetOfUser(), and BaseBitSet< Timpl, Tvalue_type, Tstorage, Tmask >::Test().