OpenTTD Source 20260711-master-g3fb3006dff
autoreplace_sl.cpp File Reference

Code handling saving and loading of autoreplace rules. More...

#include "../stdafx.h"
#include "saveload.h"
#include "compat/autoreplace_sl_compat.h"
#include "../autoreplace_base.h"
#include "../safeguards.h"

Go to the source code of this file.

Data Structures

struct  ERNWChunkHandler

Functions

const ChunkHandlerTable _autoreplace_chunk_handlers (autoreplace_chunk_handlers)

Variables

static const SaveLoad _engine_renew_desc []
static const ERNWChunkHandler ERNW
static const ChunkHandlerRef autoreplace_chunk_handlers []

Detailed Description

Code handling saving and loading of autoreplace rules.

Definition in file autoreplace_sl.cpp.

Variable Documentation

◆ _engine_renew_desc

const SaveLoad _engine_renew_desc[]
static
Initial value:
= {
}
@ EngineRenew
Load/save a reference to an engine renewal (autoreplace).
Definition saveload.h:648
#define SLE_REF(base, variable, type)
Storage of a reference in every version of a savegame.
Definition saveload.h:1034
#define SLE_CONDVAR(base, variable, type, from, to)
Storage of a variable in some savegame versions.
Definition saveload.h:904
@ VehicleGroups
Saveload version: 60, SVN revision: 9874 Arbitrary grouping, by the player, of vehicles.
Definition saveload.h:116
@ AutoreplaceWhenOldTreeLimit
Saveload version: 175, SVN revision: 24136 Autoreplace vehicle only when they are old,...
Definition saveload.h:254
@ MaxVersion
Highest possible saveload version.
Definition saveload.h:421
#define SLE_VAR(base, variable, type)
Storage of a variable in every version of a savegame.
Definition saveload.h:1017
Struct to store engine replacements.
static constexpr VarType U16
Store a 16 bits unsigned int.
Definition saveload.h:754
static constexpr VarType BOOL
Store a boolean (as int8).
Definition saveload.h:750

Definition at line 19 of file autoreplace_sl.cpp.

◆ autoreplace_chunk_handlers

const ChunkHandlerRef autoreplace_chunk_handlers[]
static
Initial value:
= {
ERNW,
}

Definition at line 69 of file autoreplace_sl.cpp.

◆ ERNW

const ERNWChunkHandler ERNW
static

Definition at line 68 of file autoreplace_sl.cpp.