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

Method btnOk5SecsClick

src/Geoscape/CraftErrorState.cpp:102–106  ·  view source on GitHub ↗

* Closes the window. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

100 * @param action Pointer to an action.
101 */
102void CraftErrorState::btnOk5SecsClick(Action *)
103{
104 _state->timerReset();
105 _game->popState();
106}
107
108}

Callers

nothing calls this directly

Calls 2

timerResetMethod · 0.80
popStateMethod · 0.45

Tested by

no test coverage detected