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

Method btnOkClick

src/Ufopaedia/UfopaediaStartState.cpp:108–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

106 * @param action Pointer to an action.
107 */
108 void UfopaediaStartState::btnOkClick(Action *)
109 {
110 _game->popState();
111 }
112
113 /**
114 * Displays the list of articles for this section.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected