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

Function begin

src/OpenLoco/src/Ui/ProgressBar.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 static bool _isInternalWindow = false;
11
12 void begin(std::string_view caption)
13 {
14 _isInternalWindow = true;
15 Windows::ProgressBar::open(caption);
16 }
17
18 // 0x004CF5C5
19 void begin(StringId captionStringId)

Callers 15

findShortcutFunction · 0.85
postFunction · 0.85
updateMonthlyMethod · 0.85
resetBuildingsInfluenceFunction · 0.85
companyGetAvailableRoadsFunction · 0.85
updateMonthly1Method · 0.85
removeTileFromStationFunction · 0.85
isPlayerCompanyFunction · 0.85
updateMonthly1Function · 0.85
createCompanyFunction · 0.85

Calls 3

commonFunction · 0.85
formatStringFunction · 0.85
openFunction · 0.70

Tested by 1

TESTFunction · 0.68