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

Method btnNewClick

src/Basescape/ResearchState.cpp:146–149  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

144 * @param action Pointer to an action.
145 */
146void ResearchState::btnNewClick(Action *)
147{
148 _game->pushState(new NewResearchListState(_game, _base));
149}
150
151/**
152 * Displays the list of possible ResearchProjects.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected