MCPcopy 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

initNetworkMenuMethod · 0.85
onDrawMethod · 0.85

Calls 2

GetContextFunction · 0.85
IsDesynchronisedMethod · 0.80

Tested by

no test coverage detected