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

Function ClearAllCachedNames

src/saveload/afterload.cpp:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void ClearAllCachedNames()
230{
231 ClearAllStationCachedNames();
232 ClearAllTownCachedNames();
233 ClearAllIndustryCachedNames();
234}
235
236/**
237 * Initialization of the windows and several kinds of caches.

Callers 2

OnDropdownSelectMethod · 0.85

Calls 3

ClearAllTownCachedNamesFunction · 0.85

Tested by

no test coverage detected