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

Function showFinances

src/OpenLoco/src/Input/Shortcuts.cpp:493–501  ·  view source on GitHub ↗

0x004BF382

Source from the content-addressed store, hash-verified

491
492 // 0x004BF382
493 static void showFinances()
494 {
495 if (SceneManager::isEditorMode())
496 {
497 return;
498 }
499
500 Windows::CompanyWindow::openFinances(CompanyManager::getControllingId());
501 }
502
503 // 0x004BF39A
504 static void showAnnouncementsList()

Callers

nothing calls this directly

Calls 3

isEditorModeFunction · 0.85
openFinancesFunction · 0.85
getControllingIdFunction · 0.85

Tested by

no test coverage detected