|
OpenTTD Source 20251117-master-g7398d2e290
|
Public Member Functions | |
| size_t | GetNumCargo () const |
| Get the number of cargoes used by this savegame version. | |
| void | Save (BaseStation *bst) const override |
| void | Load (BaseStation *bst) const override |
| void | FixPointers (BaseStation *bst) const override |
Public Member Functions inherited from DefaultSaveLoadHandler< SlStationGoods, BaseStation > | |
| 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 (BaseStation *object) const |
| void | LoadCheck (void *object) const override |
| Similar to load, but used only to validate savegames. | |
| 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 uint | cargo_reserved_count |
| static const SaveLoad | description [] |
| static const SaveLoadCompatTable | compat_description = _station_goods_sl_compat |
Additional Inherited Members | |
Data Fields inherited from SaveLoadHandler | |
| std::optional< std::vector< SaveLoad > > | load_description |
Definition at line 338 of file station_sl.cpp.
|
inlineoverridevirtual |
Reimplemented from DefaultSaveLoadHandler< SlStationGoods, BaseStation >.
Definition at line 437 of file station_sl.cpp.
|
inline |
Get the number of cargoes used by this savegame version.
Definition at line 373 of file station_sl.cpp.
References IsSavegameVersionBefore(), NUM_CARGO, SlGetStructListLength(), SLV_55, SLV_EXTEND_CARGOTYPES, and SLV_SAVELOAD_LIST_LENGTH.
|
inlineoverridevirtual |
Reimplemented from DefaultSaveLoadHandler< SlStationGoods, BaseStation >.
Definition at line 394 of file station_sl.cpp.
|
inlineoverridevirtual |
Reimplemented from DefaultSaveLoadHandler< SlStationGoods, BaseStation >.
Definition at line 382 of file station_sl.cpp.
|
inlinestatic |
Definition at line 340 of file station_sl.cpp.
|
inlinestatic |
Definition at line 367 of file station_sl.cpp.
|
inlinestatic |
Definition at line 342 of file station_sl.cpp.