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

Function ShowIndustryDirectory

src/industry_gui.cpp:1919–1922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1917);
1918
1919void ShowIndustryDirectory()
1920{
1921 AllocateWindowDescFront<IndustryDirectoryWindow>(_industry_directory_desc, 0);
1922}
1923
1924/** Widgets of the industry cargoes window. */
1925static constexpr std::initializer_list<NWidgetPart> _nested_industry_cargoes_widgets = {

Callers 2

MenuClickMapFunction · 0.85
MenuClickIndustryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected