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

Method btnOkClick

src/Geoscape/NewPossibleResearchState.cpp:111–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

109 * @param action Pointer to an action.
110 */
111void NewPossibleResearchState::btnOkClick(Action *)
112{
113 _game->popState();
114}
115
116/**
117 * Open the ResearchState so the player can dispatch available scientist.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected