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

Function ShowLinkGraphLegend

src/linkgraph/linkgraph_gui.cpp:542–545  ·  view source on GitHub ↗

* Open a link graph legend window. */

Source from the content-addressed store, hash-verified

540 * Open a link graph legend window.
541 */
542void ShowLinkGraphLegend()
543{
544 AllocateWindowDescFront<LinkGraphLegendWindow>(_linkgraph_legend_desc, 0);
545}
546
547LinkGraphLegendWindow::LinkGraphLegendWindow(WindowDesc &desc, int window_number) : Window(desc), num_cargo(_sorted_cargo_specs.size())
548{

Callers 1

MenuClickMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected