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

Method btnOkClick

src/Basescape/SoldiersState.cpp:162–165  ·  view source on GitHub ↗

* Returns to the previous screen. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

160 * @param action Pointer to an action.
161 */
162void SoldiersState::btnOkClick(Action *)
163{
164 _game->popState();
165}
166
167/**
168 * Opens the Psionic Training screen.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected