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

Function ShowIndustryProductionGraph

src/graph_gui.cpp:1851–1854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1849);
1850
1851void ShowIndustryProductionGraph(WindowNumber window_number)
1852{
1853 AllocateWindowDescFront<IndustryProductionGraphWindow>(_industry_production_desc, window_number);
1854}
1855
1856struct TownCargoGraphWindow : BaseCargoGraphWindow {
1857 static inline constexpr StringID RANGE_LABELS[] = {

Callers 1

OnClickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected