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

Method begin

game/ui/city/baseselectscreen.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35BaseSelectScreen::~BaseSelectScreen() = default;
36
37void BaseSelectScreen::begin()
38{
39 menuform->findControlTyped<Label>("TEXT_FUNDS")->setText(state->getPlayerBalance());
40 autoScroll = config().getBool("Options.Misc.AutoScroll");
41}
42
43void BaseSelectScreen::pause() {}
44

Callers

nothing calls this directly

Calls 3

getPlayerBalanceMethod · 0.80
getBoolMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected