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

Method btnOkClick

src/Geoscape/FundingState.cpp:131–134  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected