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

Method btnGlobeRadarsClick

src/Menu/OptionsGeoscapeState.cpp:237–240  ·  view source on GitHub ↗

* Changes the Globe Radar Ranges option. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

235 * @param action Pointer to an action.
236 */
237void OptionsGeoscapeState::btnGlobeRadarsClick(Action *)
238{
239 Options::globeRadarLines = _btnGlobeRadars->getPressed();
240}
241
242/**
243 * Changes the Globe Flight Paths option.

Callers

nothing calls this directly

Calls 1

getPressedMethod · 0.80

Tested by

no test coverage detected