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

Method render

game/ui/components/locationscreen.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131void LocationScreen::update() { menuform->update(); }
132
133void LocationScreen::render()
134{
135 fw().stageGetPrevious(this->shared_from_this())->render();
136 menuform->preRender();
137 menuform->render();
138}
139
140bool LocationScreen::isTransition() { return false; }
141

Callers

nothing calls this directly

Calls 2

stageGetPreviousMethod · 0.80
preRenderMethod · 0.80

Tested by

no test coverage detected