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

Function updateProgress

src/OpenLoco/src/Map/MapGenerator/MapGenerator.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 static fs::path _pngHeightmapPath{};
45
46 static void updateProgress(uint8_t value)
47 {
48 Input::processMessagesMini();
49 Ui::ProgressBar::setProgress(value);
50 }
51
52 // 0x004624F0
53 static void generateHeightMap(const Scenario::Options& options, HeightMap& heightMap)

Callers 3

generateTerrainFunction · 0.85
generateIndustriesFunction · 0.85
generateFunction · 0.85

Calls 2

processMessagesMiniFunction · 0.85
setProgressFunction · 0.50

Tested by

no test coverage detected