MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / Flush

Function Flush

src/openrct2/network/NetworkBase.cpp:3327–3330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3325 }
3326
3327 void Flush()
3328 {
3329 GetContext()->GetNetwork().Flush();
3330 }
3331
3332 Mode GetMode()
3333 {

Callers 3

RunFrameMethod · 0.85
gameStateTickFunction · 0.85
gameStateUpdateLogicFunction · 0.85

Calls 2

GetContextFunction · 0.85
FlushMethod · 0.80

Tested by

no test coverage detected