MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetDescription

Method GetDescription

src/saveload/saveload.h:598–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596class DefaultSaveLoadHandler : public SaveLoadHandler {
597public:
598 SaveLoadTable GetDescription() const override { return static_cast<const TImpl *>(this)->description; }
599 SaveLoadCompatTable GetCompatDescription() const override { return static_cast<const TImpl *>(this)->compat_description; }
600
601 virtual void Save([[maybe_unused]] TObject *object) const {}

Callers 1

SaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected