MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / ConnectToServer

Method ConnectToServer

Sources/Jazz2/UI/Menu/MainMenu.cpp:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423
424#if defined(WITH_MULTIPLAYER)
425 void MainMenu::ConnectToServer(StringView endpoint, std::uint16_t defaultPort)
426 {
427 _root->ConnectToServer(endpoint, defaultPort);
428 }
429
430 bool MainMenu::CreateServer(Jazz2::Multiplayer::ServerInitialization&& serverInit)
431 {

Callers 1

OnAfterTransitionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected