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

Method btnCancelClick

src/Basescape/TransferConfirmState.cpp:103–106  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

101 * @param action Pointer to an action.
102 */
103void TransferConfirmState::btnCancelClick(Action *)
104{
105 _game->popState();
106}
107
108/**
109 * Completes the transfer.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected