MCPcopy 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

updateFunction · 0.85
stateViewportRightFunction · 0.85
stateScrollRightFunction · 0.85
stateNormalHoverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected