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

Method OnInit

src/network/network_gui.cpp:1719–1722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1717 }
1718
1719 void OnInit() override
1720 {
1721 this->RebuildList();
1722 }
1723
1724 void OnInvalidateData([[maybe_unused]] int data = 0, [[maybe_unused]] bool gui_scope = true) override
1725 {

Callers

nothing calls this directly

Calls 1

RebuildListMethod · 0.95

Tested by

no test coverage detected