MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / setSelectedBase

Method setSelectedBase

src/Basescape/MiniBaseView.cpp:84–88  ·  view source on GitHub ↗

* Changes the base that is currently selected on * the mini base view. * @param base ID of base. */

Source from the content-addressed store, hash-verified

82 * @param base ID of base.
83 */
84void MiniBaseView::setSelectedBase(size_t base)
85{
86 _base = base;
87 _redraw = true;
88}
89
90/**
91 * Draws the view of all the bases with facilities

Callers 4

viewClickMethod · 0.45
setBaseMethod · 0.45
BaseInfoStateMethod · 0.45
miniClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected