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

Method btnOkClick

src/Basescape/TransferItemsState.cpp:236–239  ·  view source on GitHub ↗

* Transfers the selected items. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

234 * @param action Pointer to an action.
235 */
236void TransferItemsState::btnOkClick(Action *)
237{
238 _game->pushState(new TransferConfirmState(_game, _baseTo, this));
239}
240
241/**
242 * Completes the transfer between bases.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected