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

Method LoadCheck

src/saveload/order_sl.cpp:233–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 std::vector<Order> &GetVector(T *container) const override { return container->orders; }
232
233 void LoadCheck(T *container) const override { this->Load(container); }
234};
235
236/* Instantiate SlOrders classes. */

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected