Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ ShutdownClient
Function
ShutdownClient
src/openrct2/network/NetworkBase.cpp:3297–3300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3295
}
3296
3297
void ShutdownClient()
3298
{
3299
GetContext()->GetNetwork().ServerClientDisconnected();
3300
}
3301
3302
int32_t BeginClient(const std::string& host, int32_t port)
3303
{
Callers
1
onTextInput
Method · 0.85
Calls
2
GetContext
Function · 0.85
ServerClientDisconnected
Method · 0.80
Tested by
no test coverage detected