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

Method btnGlobeCountriesClick

src/Menu/OptionsGeoscapeState.cpp:228–231  ·  view source on GitHub ↗

* Changes the Globe Country Borders option. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

226 * @param action Pointer to an action.
227 */
228void OptionsGeoscapeState::btnGlobeCountriesClick(Action *)
229{
230 Options::globeDetail = _btnGlobeCountries->getPressed();
231}
232
233/**
234 * Changes the Globe Radar Ranges option.

Callers

nothing calls this directly

Calls 1

getPressedMethod · 0.80

Tested by

no test coverage detected