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

Method btnPsiTrainingClick

src/Basescape/SoldiersState.cpp:171–174  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

169 * @param action Pointer to an action.
170 */
171void SoldiersState::btnPsiTrainingClick(Action *)
172{
173 _game->pushState(new AllocatePsiTrainingState(_game, _base));
174}
175
176/**
177 * Opens the Memorial screen.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected