Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetServerTick
Method
GetServerTick
src/openrct2/network/NetworkBase.cpp:443–446 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
441
}
442
443
uint32_t NetworkBase::GetServerTick() const noexcept
444
{
445
return _serverState.tick;
446
}
447
448
PlayerId_t NetworkBase::GetPlayerID() const noexcept
449
{
Callers
1
GetServerTick
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected