|
OpenTTD Source 20260129-master-g2bb01bd0e4
|
Public Member Functions | |
| void | Save (Node *bn) const override |
| Save the object to disk. | |
| void | Load (Node *bn) const override |
| Load the object from disk. | |
Public Member Functions inherited from DefaultSaveLoadHandler< SlLinkgraphEdge, Node > | |
| 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 (Node *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 (Node *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 = _linkgraph_edge_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 31 of file linkgraph_sl.cpp.
|
inlineoverridevirtual |
Load the object from disk.
| object | The object to load. |
Reimplemented from DefaultSaveLoadHandler< SlLinkgraphEdge, Node >.
Definition at line 52 of file linkgraph_sl.cpp.
References _linkgraph, _linkgraph_from, LinkGraph::BaseNode::edges, SaveLoadHandler::GetLoadDescription(), IsSavegameVersionBefore(), LinkGraph::Size(), SlErrorCorrupt(), SlGetStructListLength(), SlObject(), SLV_191, SLV_LINKGRAPH_EDGES, and SLV_SAVELOAD_LIST_LENGTH.
|
inlineoverridevirtual |
Save the object to disk.
| object | The object to store. |
Reimplemented from DefaultSaveLoadHandler< SlLinkgraphEdge, Node >.
Definition at line 44 of file linkgraph_sl.cpp.
References LinkGraph::BaseNode::edges, DefaultSaveLoadHandler< SlLinkgraphEdge, Node >::GetDescription(), SlObject(), and SlSetStructListLength().
|
inlinestatic |
Definition at line 42 of file linkgraph_sl.cpp.
|
inlinestatic |
Definition at line 33 of file linkgraph_sl.cpp.