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

Method btnOkClick

src/Basescape/TransferConfirmState.cpp:112–118  ·  view source on GitHub ↗

* Completes the transfer. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

110 * @param action Pointer to an action.
111 */
112void TransferConfirmState::btnOkClick(Action *)
113{
114 _state->completeTransfer();
115 _game->popState();
116 _game->popState();
117 _game->popState();
118}
119
120}

Callers

nothing calls this directly

Calls 2

completeTransferMethod · 0.80
popStateMethod · 0.45

Tested by

no test coverage detected