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

Method btnOKClick

src/Basescape/NewResearchListState.cpp:108–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

106 * @param action Pointer to an action.
107 */
108void NewResearchListState::btnOKClick(Action *)
109{
110 _game->popState();
111}
112
113/**
114 * Fills the list with possible ResearchProjects.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected