Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ IsDesynchronised
Function
IsDesynchronised
src/openrct2/network/NetworkBase.cpp:3342–3345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3340
}
3341
3342
bool IsDesynchronised()
3343
{
3344
return GetContext()->GetNetwork().IsDesynchronised();
3345
}
3346
3347
bool CheckDesynchronisation()
3348
{
Callers
2
initNetworkMenu
Method · 0.85
onDraw
Method · 0.85
Calls
2
GetContext
Function · 0.85
IsDesynchronised
Method · 0.80
Tested by
no test coverage detected