OpenTTD
|
Code handling saving and loading of cargo packets. More...
#include "../stdafx.h"
#include "../vehicle_base.h"
#include "../station_base.h"
#include "saveload.h"
#include "../safeguards.h"
Go to the source code of this file.
Functions | |
const SaveLoad * | GetCargoPacketDesc () |
Wrapper function to get the CargoPacket's internal structure while some of the variables itself are private. | |
static void | Save_CAPA () |
Save the cargo packets. | |
static void | Load_CAPA () |
Load the cargo packets. |
Variables | |
const ChunkHandler | _cargopacket_chunk_handlers [] |
Chunk handlers related to cargo packets. |
Code handling saving and loading of cargo packets.
Definition in file cargopacket_sl.cpp.
|
read |
Wrapper function to get the CargoPacket's internal structure while some of the variables itself are private.
We want this to be saved, right?
Definition at line 94 of file cargopacket_sl.cpp.
References SL_MAX_VERSION, SLE_CONDNULL, SLE_CONDVAR, SLE_END, and SLE_VAR.
Referenced by Load_CAPA(), and Save_CAPA().
const ChunkHandler _cargopacket_chunk_handlers[] |