Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
findShortcut
Function · 0.85
add
Function · 0.85
remove
Function · 0.85
execute
Function · 0.85
getName
Function · 0.85
post
Function · 0.85
remove
Function · 0.85
allocate
Function · 0.85
write
Function · 0.85
updateMonthly
Method · 0.85
updateProducedCargoStats
Method · 0.85
resetBuildingsInfluence
Function · 0.85
Calls
1
close
Function · 0.70
Tested by
1
TEST
Function · 0.68