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

Method btnCancelClick

src/Basescape/ManageAlienContainmentState.cpp:253–256  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

251 * @param action Pointer to an action.
252 */
253void ManageAlienContainmentState::btnCancelClick(Action *)
254{
255 _game->popState();
256}
257
258/**
259 * Starts increasing the alien count.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected