|
OpenTTD Source 20260129-master-g2bb01bd0e4
|
Public Member Functions | |
| void | Save (Industry::AcceptedCargo *a) const override |
| Save the object to disk. | |
| void | Load (Industry::AcceptedCargo *a) const override |
| Load the object from disk. | |
Public Member Functions inherited from DefaultSaveLoadHandler< SlIndustryAcceptedHistory, Industry::AcceptedCargo > | |
| 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. | |
| void | Save (void *object) const override |
| Save the object to disk. | |
| void | Load (void *object) const override |
| Load the object from disk. | |
| virtual void | LoadCheck (Industry::AcceptedCargo *object) const |
| Similar to load, but used only to validate savegames. | |
| void | LoadCheck (void *object) const override |
| Similar to load, but used only to validate savegames. | |
| virtual void | FixPointers (Industry::AcceptedCargo *object) const |
| A post-load callback to fix SL_REF integers into pointers. | |
| 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 Attributes | |
| static const SaveLoad | description [] |
| static const SaveLoadCompatTable | compat_description = _industry_produced_history_sl_compat |
Additional Inherited Members | |
Data Fields inherited from SaveLoadHandler | |
| std::optional< std::vector< SaveLoad > > | load_description |
| Description derived from savegame being loaded. | |
Definition at line 22 of file industry_sl.cpp.
|
inlineoverridevirtual |
Load the object from disk.
| object | The object to load. |
Reimplemented from DefaultSaveLoadHandler< SlIndustryAcceptedHistory, Industry::AcceptedCargo >.
Definition at line 45 of file industry_sl.cpp.
References SaveLoadHandler::GetLoadDescription(), Industry::AcceptedCargo::GetOrCreateHistory(), SlGetStructListLength(), and SlObject().
|
inlineoverridevirtual |
Save the object to disk.
| object | The object to store. |
Reimplemented from DefaultSaveLoadHandler< SlIndustryAcceptedHistory, Industry::AcceptedCargo >.
Definition at line 30 of file industry_sl.cpp.
References Industry::AcceptedCargo::cargo, DefaultSaveLoadHandler< SlIndustryAcceptedHistory, Industry::AcceptedCargo >::GetDescription(), Industry::AcceptedCargo::history, IsValidCargoType(), SlObject(), and SlSetStructListLength().
|
inlinestatic |
Definition at line 28 of file industry_sl.cpp.
|
inlinestatic |
Definition at line 24 of file industry_sl.cpp.