MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / tickInterrupted

Function tickInterrupted

src/OpenLoco/src/OpenLoco.cpp:286–290  ·  view source on GitHub ↗

This is called when the game requested to end the current tick early. This can be caused by loading a new save game or exceptions.

Source from the content-addressed store, hash-verified

284 // This is called when the game requested to end the current tick early.
285 // This can be caused by loading a new save game or exceptions.
286 static void tickInterrupted()
287 {
288 EntityTweener::get().reset();
289 Logging::info("Tick interrupted");
290 }
291
292 // 0x0046A794
293 static void tick()

Callers 1

tickFunction · 0.85

Calls 3

infoFunction · 0.85
getFunction · 0.70
resetMethod · 0.45

Tested by

no test coverage detected