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

Function ShowNetworkStartServerWindow

src/network/network_gui.cpp:1206–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204);
1205
1206static void ShowNetworkStartServerWindow()
1207{
1208 if (!NetworkValidateOurClientName()) return;
1209
1210 CloseWindowById(WC_NETWORK_WINDOW, WN_NETWORK_WINDOW_GAME);
1211
1212 new NetworkStartServerWindow(_network_start_server_window_desc);
1213}
1214
1215/* The window below gives information about the connected clients
1216 * and also makes able to kick them (if server) and stuff like that. */

Callers 1

OnClickMethod · 0.85

Calls 2

CloseWindowByIdFunction · 0.85

Tested by

no test coverage detected