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

Method refreshView

game/ui/base/basestage.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void BaseStage::refreshView()
31{
32 auto viewImage = drawMiniBase(*state->current_base, viewHighlight, viewFacility);
33 currentView->setImage(viewImage);
34 currentView->setDepressedImage(viewImage);
35}
36
37void BaseStage::begin()
38{

Callers 1

eventOccurredMethod · 0.80

Calls 2

setDepressedImageMethod · 0.80
setImageMethod · 0.45

Tested by

no test coverage detected