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

Method ShowNewGRFInspectWindow

src/industry_gui.cpp:1179–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177 }
1178
1179 void ShowNewGRFInspectWindow() const override
1180 {
1181 ::ShowNewGRFInspectWindow(GSF_INDUSTRIES, this->window_number);
1182 }
1183};
1184
1185static void UpdateIndustryProduction(Industry *i)

Callers

nothing calls this directly

Calls 1

ShowNewGRFInspectWindowFunction · 0.85

Tested by

no test coverage detected