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

Method btnOkClick

src/Geoscape/NewPossibleManufactureState.cpp:93–96  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

91 * @param action Pointer to an action.
92 */
93void NewPossibleManufactureState::btnOkClick(Action *)
94{
95 _game->popState();
96}
97
98/**
99 * Open the ManufactureState so the player can dispatch available scientist.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected