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

Method OnClick

src/network/network_gui.cpp:1373–1378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1371 }
1372
1373 void OnClick(struct NetworkClientListWindow *w, Point pt) override
1374 {
1375 if (this->disabled) return;
1376
1377 this->proc(w, pt, this->id);
1378 }
1379};
1380
1381using CompanyButton = Button<CompanyID>;

Callers 1

OnClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected