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

Method btnOkClick

src/Geoscape/AllocatePsiTrainingState.cpp:160–163  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

158 * @param action Pointer to an action.
159 */
160void AllocatePsiTrainingState::btnOkClick(Action *)
161{
162 _game->popState();
163}
164
165/**
166 * Assigns / removes a soldier from Psi Training.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected