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

Method btnOkClick

src/Battlescape/PromotionsState.cpp:118–121  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

116 * @param action Pointer to an action.
117 */
118void PromotionsState::btnOkClick(Action *)
119{
120 _game->popState();
121}
122
123}

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected