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

Method btnOkClick

src/Basescape/BaseInfoState.cpp:476–479  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

474 * @param action Pointer to an action.
475 */
476void BaseInfoState::btnOkClick(Action *)
477{
478 _game->popState();
479}
480
481/**
482 * Goes to the Transfers window.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected