Home
last modified time | relevance | path

Searched refs:IsNewGRFInspectable (Results 1 – 7 of 7) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_debug.h34 bool IsNewGRFInspectable(GrfSpecFeature feature, uint index);
H A Dnewgrf_debug_gui.cpp702 if (!IsNewGRFInspectable(feature, index)) return; in ShowNewGRFInspectWindow()
756 bool IsNewGRFInspectable(GrfSpecFeature feature, uint index) in IsNewGRFInspectable() function
H A Dwindow_gui.h799 virtual bool IsNewGRFInspectable() const { return false; } in IsNewGRFInspectable() function
H A Dmisc_gui.cpp333 bool IsNewGRFInspectable() const override in IsNewGRFInspectable() function in LandInfoWindow
335 return ::IsNewGRFInspectable(GetGrfSpecFeature(this->tile), this->tile); in IsNewGRFInspectable()
H A Dvehicle_gui.cpp3071 bool IsNewGRFInspectable() const override in IsNewGRFInspectable() function
3073 …return ::IsNewGRFInspectable(GetGrfSpecFeature(Vehicle::Get(this->window_number)->type), this->win… in IsNewGRFInspectable()
H A Dindustry_gui.cpp1154 bool IsNewGRFInspectable() const override in IsNewGRFInspectable() function in IndustryViewWindow
1156 return ::IsNewGRFInspectable(GSF_INDUSTRIES, this->window_number); in IsNewGRFInspectable()
H A Dwidget.cpp2445 if (_settings_client.gui.newgrf_developer_tools && w->IsNewGRFInspectable()) { in SetupSmallestSize()