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

Method btnSackClick

src/Basescape/SoldierInfoState.cpp:658–661  ·  view source on GitHub ↗

* Shows the Sack Soldier window. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

656 * @param action Pointer to an action.
657 */
658void SoldierInfoState::btnSackClick(Action *)
659{
660 _game->pushState(new SackSoldierState(_game, _base, _soldierId));
661}
662
663}

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected