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

Function triggerScreenshotCountdown

src/OpenLoco/src/Ui/Screenshot.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 static ScreenshotType _screenshotType = ScreenshotType::regular;
29
30 void triggerScreenshotCountdown(int8_t numTicks, ScreenshotType type)
31 {
32 _screenshotCountdown = numTicks;
33 _screenshotType = type;
34 }
35
36 static std::string saveScreenshot();
37 static std::string saveGiantScreenshot();

Callers 3

loadsaveMenuDropdownFunction · 0.85
loadsaveMenuDropdownFunction · 0.85
makeScreenshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected