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

Function BeginServer

src/openrct2/network/NetworkBase.cpp:3307–3310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3305 }
3306
3307 int32_t BeginServer(int32_t port, const std::string& address)
3308 {
3309 return GetContext()->GetNetwork().BeginServer(port, address);
3310 }
3311
3312 void Update()
3313 {

Callers 2

LoadSaveCallbackMethod · 0.85

Calls 2

GetContextFunction · 0.85
BeginServerMethod · 0.80

Tested by

no test coverage detected