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

Method btnLevelUpClick

src/Battlescape/MiniMapState.cpp:140–145  ·  view source on GitHub ↗

* Changes the currently displayed minimap level. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

138 * @param action Pointer to an action.
139 */
140void MiniMapState::btnLevelUpClick(Action *)
141{
142 std::wostringstream s;
143 s << _miniMapView->up();
144 _txtLevel->setText(s.str());
145}
146
147/**
148 * Changes the currently displayed minimap level.

Callers

nothing calls this directly

Calls 2

upMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected