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

Method IsNewGRFInspectable

src/vehicle_gui.cpp:3395–3398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3393 }
3394
3395 bool IsNewGRFInspectable() const override
3396 {
3397 return ::IsNewGRFInspectable(GetGrfSpecFeature(Vehicle::Get(this->window_number)->type), this->window_number);
3398 }
3399
3400 void ShowNewGRFInspectWindow() const override
3401 {

Callers

nothing calls this directly

Calls 2

IsNewGRFInspectableFunction · 0.85
GetGrfSpecFeatureFunction · 0.85

Tested by

no test coverage detected