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

Method btnCancelClick

src/Geoscape/SelectDestinationState.cpp:327–330  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

325 * @param action Pointer to an action.
326 */
327void SelectDestinationState::btnCancelClick(Action *)
328{
329 _game->popState();
330}
331
332void SelectDestinationState::btnCydoniaClick(Action *)
333{

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected