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

Method btnShowFundsClick

src/Menu/OptionsGeoscapeState.cpp:255–258  ·  view source on GitHub ↗

* Changes the Show Funds option. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

253 * @param action Pointer to an action.
254 */
255void OptionsGeoscapeState::btnShowFundsClick(Action *)
256{
257 Options::showFundsOnGeoscape = _btnShowFunds->getPressed();
258}
259
260}

Callers

nothing calls this directly

Calls 1

getPressedMethod · 0.80

Tested by

no test coverage detected