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

Method btnOkClick

src/Basescape/ResearchInfoState.cpp:182–185  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

180 * @param action Pointer to an action.
181 */
182void ResearchInfoState::btnOkClick(Action *)
183{
184 _game->popState();
185}
186
187/**
188 * Returns to the previous screen, removing the current project from the active

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected