Home
last modified time | relevance | path

Searched refs:GSF_FAKE_TOWNS (Results 1 – 5 of 5) sorted by relevance

/dports/games/openttd/openttd-12.1/src/table/
H A Dnewgrf_debug_data.h137 …int index) const override { return GetInspectWindowNumber(GSF_FAKE_TOWNS, Station::GetB… in GetParent()
202 …int index) const override { return GetInspectWindowNumber(GSF_FAKE_TOWNS, GetTownIndex(… in GetParent()
360 …int index) const override { return GetInspectWindowNumber(GSF_FAKE_TOWNS, Industry::Get… in GetParent()
425 …int index) const override { return GetInspectWindowNumber(GSF_FAKE_TOWNS, Object::GetBy… in GetParent()
495 …int index) const override { return GetInspectWindowNumber(GSF_FAKE_TOWNS, Station::GetB… in GetParent()
/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf.h89 GSF_FAKE_TOWNS = GSF_END, ///< Fake town GrfSpecFeature for NewGRF debugging (parent scope) enumerator
H A Dnewgrf_town.cpp146 PersistentStorage *psa = new PersistentStorage(grfid, GSF_FAKE_TOWNS, this->t->xy); in StorePSA()
H A Dtown_cmd.cpp145 DeleteNewGRFInspectWindow(GSF_FAKE_TOWNS, this->index); in ~Town()
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dafterload.cpp282 (*it)->feature = GSF_FAKE_TOWNS; in InitializeWindowsAndCaches()