Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
gameStateTick
Function · 0.85
gameStateUpdateLogic
Function · 0.85
Calls
2
GetContext
Function · 0.85
GetServerTick
Method · 0.80
Tested by
no test coverage detected