Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ScenarioSelectCallback
Method · 0.85
LoadSaveCallback
Method · 0.85
Calls
2
GetContext
Function · 0.85
BeginServer
Method · 0.80
Tested by
no test coverage detected