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

Method IsNewGRFInspectable

src/misc_gui.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 bool IsNewGRFInspectable() const override
281 {
282 return ::IsNewGRFInspectable(GetGrfSpecFeature(this->tile), this->tile.base());
283 }
284
285 void ShowNewGRFInspectWindow() const override
286 {

Callers

nothing calls this directly

Calls 3

IsNewGRFInspectableFunction · 0.85
GetGrfSpecFeatureFunction · 0.85
baseMethod · 0.45

Tested by

no test coverage detected