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

Method WelcomeAll

src/network/network_admin.cpp:1050–1055  ·  view source on GitHub ↗

* Send a Welcome packet to all connected admins */

Source from the content-addressed store, hash-verified

1048 * Send a Welcome packet to all connected admins
1049 */
1050void ServerNetworkAdminSocketHandler::WelcomeAll()
1051{
1052 for (ServerNetworkAdminSocketHandler *as : ServerNetworkAdminSocketHandler::IterateActive()) {
1053 as->SendWelcome();
1054 }
1055}
1056
1057/**
1058 * Send (push) updates to the admin network as they have registered for these updates.

Callers

nothing calls this directly

Calls 1

SendWelcomeMethod · 0.45

Tested by

no test coverage detected