|
OpenTTD Source 20260129-master-g2bb01bd0e4
|
Public Member Functions | |
| 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< SlStationWaypoint, 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 const SaveLoad | description [] |
| static const SaveLoadCompatTable | compat_description = _station_waypoint_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 648 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< SlStationWaypoint, BaseStation >.
Definition at line 676 of file station_sl.cpp.
References BaseStation::facilities, DefaultSaveLoadHandler< SlStationWaypoint, BaseStation >::GetDescription(), SlObject(), BaseBitSet< Timpl, Tvalue_type, Tstorage, Tmask >::Test(), and Waypoint.
|
inlineoverridevirtual |
Load the object from disk.
| object | The object to load. |
Reimplemented from DefaultSaveLoadHandler< SlStationWaypoint, BaseStation >.
Definition at line 670 of file station_sl.cpp.
References BaseStation::facilities, SaveLoadHandler::GetLoadDescription(), SlObject(), BaseBitSet< Timpl, Tvalue_type, Tstorage, Tmask >::Test(), and Waypoint.
|
inlineoverridevirtual |
Save the object to disk.
| object | The object to store. |
Reimplemented from DefaultSaveLoadHandler< SlStationWaypoint, BaseStation >.
Definition at line 664 of file station_sl.cpp.
References BaseStation::facilities, DefaultSaveLoadHandler< SlStationWaypoint, BaseStation >::GetDescription(), SlObject(), BaseBitSet< Timpl, Tvalue_type, Tstorage, Tmask >::Test(), and Waypoint.
|
inlinestatic |
Definition at line 662 of file station_sl.cpp.
|
inlinestatic |
Definition at line 650 of file station_sl.cpp.