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

Method btnCancelClick

src/Geoscape/AlienTerrorState.cpp:132–135  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected