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

Method btnInterceptClick

src/Geoscape/TargetInfoState.cpp:110–113  ·  view source on GitHub ↗

* Picks a craft to intercept the UFO. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

108 * @param action Pointer to an action.
109 */
110void TargetInfoState::btnInterceptClick(Action *)
111{
112 _game->pushState(new InterceptState(_game, _globe, 0, _target));
113}
114
115/**
116 * Closes the window.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected