|
OpenTTD Source 20260129-master-g2bb01bd0e4
|
Public Member Functions | |
| size_t | GetNumCargo () const |
| Get the number of cargoes used by this savegame version. | |
| void | Save (BaseStation *bst) const override |
| Save the object to disk. | |
| void | Load (BaseStation *bst) const override |
| Load the object from disk. | |
| void | FixPointers (BaseStation *bst) const override |
| A post-load callback to fix SL_REF integers into pointers. | |
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 |
| Similar to load, but used only to validate savegames. | |
| 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 |
| Description derived from savegame being loaded. | |
Definition at line 338 of file station_sl.cpp.
|
inlineoverridevirtual |
A post-load callback to fix SL_REF integers into pointers.
| object | The object to fix. |
Reimplemented from DefaultSaveLoadHandler< SlStationGoods, BaseStation >.
Definition at line 437 of file station_sl.cpp.
References SpecializedStation< Station, false >::From(), DefaultSaveLoadHandler< SlStationGoods, BaseStation >::GetDescription(), Station::goods, IsSavegameVersionBefore(), NUM_CARGO, SlObject(), SLV_183, SLV_55, SLV_EXTEND_CARGOTYPES, and SwapPackets().
|
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 |
Load the object from disk.
| object | The object to load. |
Reimplemented from DefaultSaveLoadHandler< SlStationGoods, BaseStation >.
Definition at line 394 of file station_sl.cpp.
References GoodsEntry::Acceptance, Station::airport, Airport, StationCargoList::Append(), Pool< Titem, Tindex, Tgrowth_step, Tpool_type, Tcache >::PoolItem<&_persistent_storage_pool >::CanAllocateItem(), Pool< Titem, Tindex, Tgrowth_step, Tpool_type, Tcache >::PoolItem<&_cargopacket_pool >::CanAllocateItem(), GoodsEntry::GoodsEntryData::cargo, Pool< Titem, Tindex, Tgrowth_step, Tpool_type, Tcache >::PoolItem<&_persistent_storage_pool >::Create(), Pool< Titem, Tindex, Tgrowth_step, Tpool_type, Tcache >::PoolItem<&_cargopacket_pool >::Create(), BaseStation::facilities, SpecializedStation< Station, false >::From(), GB(), SaveLoadHandler::GetLoadDescription(), GoodsEntry::GetOrCreateData(), Station::goods, GSF_INVALID, HasBit(), IsSavegameVersionBefore(), Airport::psa, GoodsEntry::Rating, StationCargoList::reserved_count, BaseBitSet< Timpl, Tvalue_type, Tstorage, Tmask >::Set(), SlObject(), SLV_145, SLV_161, SLV_181, SLV_183, SLV_68, SLV_7, GoodsEntry::status, PersistentStorageArray< TYPE, SIZE >::storage, SwapPackets(), and BaseBitSet< Timpl, Tvalue_type, Tstorage, Tmask >::Test().
|
inlineoverridevirtual |
Save the object to disk.
| object | The object to store. |
Reimplemented from DefaultSaveLoadHandler< SlStationGoods, BaseStation >.
Definition at line 382 of file station_sl.cpp.
References SpecializedStation< Station, false >::From(), DefaultSaveLoadHandler< SlStationGoods, BaseStation >::GetDescription(), Station::goods, NUM_CARGO, SlObject(), and SlSetStructListLength().
|
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.