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

Method btnLevelDownClick

src/Battlescape/MiniMapState.cpp:151–156  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

149 * @param action Pointer to an action.
150 */
151void MiniMapState::btnLevelDownClick(Action *)
152{
153 std::wostringstream s;
154 s << _miniMapView->down ();
155 _txtLevel->setText(s.str());
156}
157
158/**
159 * Animation handler. Updates the minimap view animation.

Callers

nothing calls this directly

Calls 2

downMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected