Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getTimeSinceLastTick
Function
getTimeSinceLastTick
src/OpenLoco/src/OpenLoco.cpp:746–749 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
744
}
745
746
uint16_t getTimeSinceLastTick()
747
{
748
return _time_since_last_tick;
749
}
750
751
void simulateGame(const fs::path& savePath, int32_t ticks)
752
{
Callers
4
update
Function · 0.85
stateViewportRight
Function · 0.85
stateScrollRight
Function · 0.85
stateNormalHover
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected