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

Function SendTick

src/openrct2/network/NetworkBase.cpp:3357–3360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3355 }
3356
3357 void SendTick()
3358 {
3359 GetContext()->GetNetwork().ServerSendTick();
3360 }
3361
3362 Auth GetAuthstatus()
3363 {

Callers 2

gameStateTickFunction · 0.85
gameStateUpdateLogicFunction · 0.85

Calls 2

GetContextFunction · 0.85
ServerSendTickMethod · 0.80

Tested by

no test coverage detected