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

Method btnCancelClick

src/Basescape/SellState.cpp:440–443  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

438 * @param action Pointer to an action.
439 */
440void SellState::btnCancelClick(Action *)
441{
442 _game->popState();
443}
444
445/**
446 * Starts increasing the item.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected