Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ UpdateConnection
Method
UpdateConnection
src/openrct2/network/NetworkBase.cpp:1750–1755 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1748
}
1749
1750
bool NetworkBase::UpdateConnection(Connection& connection)
1751
{
1752
connection.update();
1753
1754
return connection.isValid();
1755
}
1756
1757
static void displayNetworkProgress(StringId captionStringId)
1758
{
Callers
nothing calls this directly
Calls
2
update
Method · 0.45
isValid
Method · 0.45
Tested by
no test coverage detected