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

Method btnCancelClick

src/Basescape/PurchaseState.cpp:313–316  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

311 * @param action Pointer to an action.
312 */
313void PurchaseState::btnCancelClick(Action *)
314{
315 _game->popState();
316}
317
318/**
319 * Starts increasing the item.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected