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

Method ShowNewGRFInspectWindow

src/misc_gui.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 void ShowNewGRFInspectWindow() const override
286 {
287 ::ShowNewGRFInspectWindow(GetGrfSpecFeature(this->tile), this->tile.base());
288 }
289
290 void OnClick([[maybe_unused]] Point pt, WidgetID widget, [[maybe_unused]] int click_count) override
291 {

Callers

nothing calls this directly

Calls 3

ShowNewGRFInspectWindowFunction · 0.85
GetGrfSpecFeatureFunction · 0.85
baseMethod · 0.45

Tested by

no test coverage detected