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

Method btnOkClick

src/Basescape/MonthlyCostsState.cpp:168–171  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

166 * @param action Pointer to an action.
167 */
168void MonthlyCostsState::btnOkClick(Action *)
169{
170 _game->popState();
171}
172
173}

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected