Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ tickLogic
Function
tickLogic
src/OpenLoco/src/OpenLoco.cpp:415–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
415
static void tickLogic(int32_t count)
416
{
417
for (int32_t i = 0; i < count; i++)
418
{
419
tickLogic();
420
}
421
}
422
423
// 0x0046ABCB
424
static void tickLogic()
Callers
2
tick
Function · 0.85
simulateGame
Function · 0.85
Calls
12
shouldProcessTick
Function · 0.85
getScenarioTicks
Function · 0.85
setScenarioTicks
Function · 0.85
setScenarioTicks2
Function · 0.85
getScenarioTicks2
Function · 0.85
processGameCommands
Function · 0.85
recordTickStartPrng
Function · 0.85
defragmentTilePeriodic
Function · 0.85
dateTick
Function · 0.85
resetLastLoadError
Function · 0.85
update
Function · 0.70
open
Function · 0.50
Tested by
no test coverage detected