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

Method btnOkClick

src/Battlescape/InfoboxOKState.cpp:91–94  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

89 * @param action Pointer to an action.
90 */
91void InfoboxOKState::btnOkClick(Action *)
92{
93 _game->popState();
94}
95
96}

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected