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

Function GetServerTick

src/openrct2/network/NetworkBase.cpp:3367–3370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3365 }
3366
3367 uint32_t GetServerTick()
3368 {
3369 return GetContext()->GetNetwork().GetServerTick();
3370 }
3371
3372 uint8_t GetCurrentPlayerId()
3373 {

Callers 2

gameStateTickFunction · 0.85
gameStateUpdateLogicFunction · 0.85

Calls 2

GetContextFunction · 0.85
GetServerTickMethod · 0.80

Tested by

no test coverage detected