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

Method btnMemorialClick

src/Basescape/SoldiersState.cpp:180–183  ·  view source on GitHub ↗

* Opens the Memorial screen. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

178 * @param action Pointer to an action.
179 */
180void SoldiersState::btnMemorialClick(Action *)
181{
182 _game->pushState(new SoldierMemorialState(_game));
183}
184
185/**
186 * Shows the selected soldier's info.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected