Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ UpdateClient
Method
UpdateClient
src/openrct2/network/NetworkBase.cpp:582–585 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
580
}
581
582
void NetworkBase::UpdateClient()
583
{
584
_serverConnection->update();
585
}
586
587
void NetworkBase::TickClient()
588
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected