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

Method Close

src/smallmap_gui.cpp:1509–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1507 }
1508
1509 void Close([[maybe_unused]] int data) override
1510 {
1511 this->BreakIndustryChainLink();
1512 this->Window::Close();
1513 }
1514
1515 std::string GetWidgetString(WidgetID widget, StringID stringid) const override
1516 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected