Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ update
Method
update
src/openrct2/network/NetworkConnection.cpp:36–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void Connection::update()
37
{
38
if (!isValid())
39
{
40
return;
41
}
42
43
receiveData();
44
sendQueuedData();
45
}
46
47
void Connection::receiveData()
48
{
Callers
4
UpdateServer
Method · 0.45
TickServer
Method · 0.45
UpdateClient
Method · 0.45
UpdateConnection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected