OpenTTD Source 20241224-master-gee860a5c8e
|
Public Member Functions | |
std::vector< Industry::ProducedCargo > & | GetVector (Industry *i) const override |
Get instance of vector to load/save. | |
Public Member Functions inherited from VectorSaveLoadHandler< SlIndustryProduced, Industry, Industry::ProducedCargo, INDUSTRY_NUM_OUTPUTS > | |
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_produced_sl_compat |
static std::array< CargoID, INDUSTRY_NUM_OUTPUTS > | old_cargo |
static std::array< uint16_t, INDUSTRY_NUM_OUTPUTS > | old_waiting |
static std::array< uint8_t, INDUSTRY_NUM_OUTPUTS > | old_rate |
static std::array< uint16_t, INDUSTRY_NUM_OUTPUTS > | old_this_month_production |
static std::array< uint16_t, INDUSTRY_NUM_OUTPUTS > | old_this_month_transported |
static std::array< uint16_t, INDUSTRY_NUM_OUTPUTS > | old_last_month_production |
static std::array< uint16_t, INDUSTRY_NUM_OUTPUTS > | old_last_month_transported |
Additional Inherited Members | |
Data Fields inherited from SaveLoadHandler | |
std::optional< std::vector< SaveLoad > > | load_description |
Definition at line 80 of file industry_sl.cpp.
|
inlineoverridevirtual |
Get instance of vector to load/save.
object | Object containing vector. |
Implements VectorSaveLoadHandler< SlIndustryProduced, Industry, Industry::ProducedCargo, INDUSTRY_NUM_OUTPUTS >.
Definition at line 90 of file industry_sl.cpp.
References Industry::produced.
|
inlinestatic |
Definition at line 101 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 88 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 82 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 93 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 98 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 99 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 95 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 96 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 97 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 94 of file industry_sl.cpp.