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

Function PostTick

src/openrct2/network/NetworkBase.cpp:3322–3325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3320 }
3321
3322 void PostTick()
3323 {
3324 GetContext()->GetNetwork().PostTick();
3325 }
3326
3327 void Flush()
3328 {

Callers 2

gameStateTickFunction · 0.85
gameStateUpdateLogicFunction · 0.85

Calls 2

GetContextFunction · 0.85
PostTickMethod · 0.45

Tested by

no test coverage detected