MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / BeginClient

Function BeginClient

src/openrct2/network/NetworkBase.cpp:3302–3305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3300 }
3301
3302 int32_t BeginClient(const std::string& host, int32_t port)
3303 {
3304 return GetContext()->GetNetwork().BeginClient(host, port);
3305 }
3306
3307 int32_t BeginServer(int32_t port, const std::string& address)
3308 {

Callers 2

ReconnectMethod · 0.85
JoinServerFunction · 0.85

Calls 2

GetContextFunction · 0.85
BeginClientMethod · 0.80

Tested by

no test coverage detected