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

Method btnResearchClick

src/Geoscape/NewPossibleResearchState.cpp:120–124  ·  view source on GitHub ↗

* Open the ResearchState so the player can dispatch available scientist. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

118 * @param action Pointer to an action.
119 */
120void NewPossibleResearchState::btnResearchClick(Action *)
121{
122 _game->popState();
123 _game->pushState (new ResearchState(_game, _base));
124}
125
126}

Callers

nothing calls this directly

Calls 2

pushStateMethod · 0.80
popStateMethod · 0.45

Tested by

no test coverage detected