OpenTTD Source 20260711-master-g3fb3006dff
SlVehicleAircraft Class Reference
Inheritance diagram for SlVehicleAircraft:
DefaultSaveLoadHandler< SlVehicleAircraft, Vehicle > SaveLoadHandler

Public Member Functions

void Save (Vehicle *v) const override
 Save the object to disk.
void Load (Vehicle *v) const override
 Load the object from disk.
void FixPointers (Vehicle *v) const override
 A post-load callback to fix SaveLoadType::Reference integers into pointers.
Public Member Functions inherited from DefaultSaveLoadHandler< SlVehicleAircraft, Vehicle >
SaveLoadTable GetDescription () const override
 Get the description of the fields in the savegame.
SaveLoadCompatTable GetCompatDescription () const override
 Get the pre-header description of the fields in the savegame.
virtual void LoadCheck (Vehicle *object) const
 Similar to load, but used only to validate savegames.
Public Member Functions inherited from SaveLoadHandler
virtual ~SaveLoadHandler ()=default
 Ensure the destructor of the sub classes are called as well.
virtual void Save (void *object) const
 Save the object to disk.
virtual void Load (void *object) const
 Load the object from disk.
virtual void LoadCheck (void *object) const
 Similar to load, but used only to validate savegames.
virtual void FixPointers (void *object) const
 A post-load callback to fix SaveLoadType::Reference integers into pointers.
SaveLoadTable GetLoadDescription () const
 Get the description for how to load the chunk.

Static Public Attributes

static const SaveLoad description []
static const SaveLoadCompatTable compat_description = _vehicle_aircraft_sl_compat

Additional Inherited Members

Data Fields inherited from SaveLoadHandler
std::optional< std::vector< SaveLoad > > load_description
 Description derived from savegame being loaded.

Detailed Description

Definition at line 963 of file vehicle_sl.cpp.

Member Function Documentation

◆ FixPointers()

void SlVehicleAircraft::FixPointers ( Vehicle * object) const
inlineoverridevirtual

A post-load callback to fix SaveLoadType::Reference integers into pointers.

Parameters
objectThe object to fix.

Reimplemented from DefaultSaveLoadHandler< SlVehicleAircraft, Vehicle >.

Definition at line 996 of file vehicle_sl.cpp.

References Aircraft, DefaultSaveLoadHandler< SlVehicleAircraft, Vehicle >::GetDescription(), SlObject(), and BaseVehicle::type.

◆ Load()

void SlVehicleAircraft::Load ( Vehicle * object) const
inlineoverridevirtual

Load the object from disk.

Parameters
objectThe object to load.

Reimplemented from DefaultSaveLoadHandler< SlVehicleAircraft, Vehicle >.

Definition at line 990 of file vehicle_sl.cpp.

References Aircraft, SaveLoadHandler::GetLoadDescription(), SlObject(), and BaseVehicle::type.

◆ Save()

void SlVehicleAircraft::Save ( Vehicle * object) const
inlineoverridevirtual

Save the object to disk.

Parameters
objectThe object to store.

Reimplemented from DefaultSaveLoadHandler< SlVehicleAircraft, Vehicle >.

Definition at line 984 of file vehicle_sl.cpp.

References Aircraft, DefaultSaveLoadHandler< SlVehicleAircraft, Vehicle >::GetDescription(), SlObject(), and BaseVehicle::type.

Field Documentation

◆ compat_description

const SaveLoadCompatTable SlVehicleAircraft::compat_description = _vehicle_aircraft_sl_compat
inlinestatic

Definition at line 982 of file vehicle_sl.cpp.

◆ description

const SaveLoad SlVehicleAircraft::description[]
inlinestatic
Initial value:
= {
SLE_VAR(Aircraft, crashed_counter, VarTypes::U16),
}
@ U16
A 16 bit unsigned int.
Definition saveload.h:682
@ U8
A 8 bit unsigned int.
Definition saveload.h:662
#define SLEG_STRUCT(name, handler)
Storage of a structs in every savegame version.
Definition saveload.h:1233
#define SLE_CONDVAR(base, variable, type, from, to)
Storage of a variable in some savegame versions.
Definition saveload.h:904
@ VehicleCurrencyStationChanges
Saveload version: 2.0, release: 0.3.0 Adding vehicle state, larger currency size for statistics,...
Definition saveload.h:34
@ BigMap
Saveload version: 5.0, SVN revision: 1429 Making maps a different size than 256x256.
Definition saveload.h:44
@ NewGRFAircraftRange
Saveload version: 167, SVN revision: 23504 NewGRF provided maximum aircraft range.
Definition saveload.h:244
@ MinVersion
First savegame version.
Definition saveload.h:31
@ SplitLoadWaitCounters
Saveload version: 136, SVN revision: 18764 Split counters for (un)loading and signal waiting/turning...
Definition saveload.h:207
@ 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
Aircraft, helicopters, rotors and their shadows belong to this class.
Definition aircraft.h:75
static constexpr VarType U16
Store a 16 bits unsigned int.
Definition saveload.h:754
static constexpr VarType U8
Store a 8 bits unsigned int.
Definition saveload.h:752

Definition at line 965 of file vehicle_sl.cpp.


The documentation for this class was generated from the following file: