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

Method btnOkClick

src/Geoscape/LowFuelState.cpp:101–104  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

99 * @param action Pointer to an action.
100 */
101void LowFuelState::btnOkClick(Action *)
102{
103 _game->popState();
104}
105
106/**
107 * Closes the window and sets the timer to 5 Secs.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected