OpenTTD Source 20241224-master-gee860a5c8e
|
Public Member Functions | |
std::vector< Industry::AcceptedCargo > & | GetVector (Industry *i) const override |
Get instance of vector to load/save. | |
Public Member Functions inherited from VectorSaveLoadHandler< SlIndustryAccepted, Industry, Industry::AcceptedCargo, INDUSTRY_NUM_INPUTS > | |
virtual size_t | GetLength () const |
Get number of elements to load into vector. | |
void | Save (Industry *object) const override |
void | Load (Industry *object) const override |
Public Member Functions inherited from DefaultSaveLoadHandler< TImpl, TObject > | |
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 | Save (TObject *object) const |
void | Save (void *object) const override |
Save the object to disk. | |
virtual void | Load (TObject *object) const |
void | Load (void *object) const override |
Load the object from disk. | |
virtual void | LoadCheck (TObject *object) const |
void | LoadCheck (void *object) const override |
Similar to load, but used only to validate savegames. | |
virtual void | FixPointers (TObject *object) const |
void | FixPointers (void *object) const override |
A post-load callback to fix SL_REF integers into pointers. | |
Public Member Functions inherited from SaveLoadHandler | |
SaveLoadTable | GetLoadDescription () const |
Get the description for how to load the chunk. | |
Static Public Member Functions | |
static void | ResetOldStructure () |
Static Public Attributes | |
static const SaveLoad | description [] |
static const SaveLoadCompatTable | compat_description = _industry_accepts_sl_compat |
static std::array< CargoID, INDUSTRY_NUM_INPUTS > | old_cargo |
static std::array< uint16_t, INDUSTRY_NUM_INPUTS > | old_waiting |
static std::array< TimerGameEconomy::Date, INDUSTRY_NUM_INPUTS > | old_last_accepted |
Additional Inherited Members | |
Data Fields inherited from SaveLoadHandler | |
std::optional< std::vector< SaveLoad > > | load_description |
Definition at line 22 of file industry_sl.cpp.
|
inlineoverridevirtual |
Get instance of vector to load/save.
object | Object containing vector. |
Implements VectorSaveLoadHandler< SlIndustryAccepted, Industry, Industry::AcceptedCargo, INDUSTRY_NUM_INPUTS >.
Definition at line 31 of file industry_sl.cpp.
References Industry::accepted.
|
inlinestatic |
Definition at line 38 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 29 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 24 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 34 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 36 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 35 of file industry_sl.cpp.