MCPcopy 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

tickFunction · 0.85
simulateGameFunction · 0.85

Calls 12

shouldProcessTickFunction · 0.85
getScenarioTicksFunction · 0.85
setScenarioTicksFunction · 0.85
setScenarioTicks2Function · 0.85
getScenarioTicks2Function · 0.85
processGameCommandsFunction · 0.85
recordTickStartPrngFunction · 0.85
defragmentTilePeriodicFunction · 0.85
dateTickFunction · 0.85
resetLastLoadErrorFunction · 0.85
updateFunction · 0.70
openFunction · 0.50

Tested by

no test coverage detected