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

Method btnCancelClick

src/Geoscape/ConfirmNewBaseState.cpp:131–135  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

129 * @param action Pointer to an action.
130 */
131void ConfirmNewBaseState::btnCancelClick(Action *)
132{
133 _globe->onMouseOver(0);
134 _game->popState();
135}
136
137}

Callers

nothing calls this directly

Calls 2

onMouseOverMethod · 0.80
popStateMethod · 0.45

Tested by

no test coverage detected