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

Method btnCancelClick

src/Basescape/ManufactureStartState.cpp:162–165  ·  view source on GitHub ↗

* Returns to previous screen. * @param action A pointer to an Action. */

Source from the content-addressed store, hash-verified

160 * @param action A pointer to an Action.
161 */
162void ManufactureStartState::btnCancelClick(Action *)
163{
164 _game->popState();
165}
166
167/**
168 * Go to the Production settings screen.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected