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

Function end

src/OpenLoco/src/Ui/ProgressBar.cpp:46–57  ·  view source on GitHub ↗

0x004CF60B

Source from the content-addressed store, hash-verified

44
45 // 0x004CF60B
46 void end()
47 {
48 if (_isInternalWindow)
49 {
50 Windows::ProgressBar::close();
51 }
52 else
53 {
54 // Used to be the native progress bar
55 assert(false);
56 }
57 }
58}

Callers 15

findShortcutFunction · 0.85
addFunction · 0.85
removeFunction · 0.85
executeFunction · 0.85
getNameFunction · 0.85
postFunction · 0.85
removeFunction · 0.85
allocateFunction · 0.85
writeFunction · 0.85
updateMonthlyMethod · 0.85
resetBuildingsInfluenceFunction · 0.85

Calls 1

closeFunction · 0.70

Tested by 1

TESTFunction · 0.68