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

Method IsNewGRFInspectable

src/industry_gui.cpp:1174–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172 }
1173
1174 bool IsNewGRFInspectable() const override
1175 {
1176 return ::IsNewGRFInspectable(GSF_INDUSTRIES, this->window_number);
1177 }
1178
1179 void ShowNewGRFInspectWindow() const override
1180 {

Callers

nothing calls this directly

Calls 1

IsNewGRFInspectableFunction · 0.85

Tested by

no test coverage detected