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

Method btnTooltipsClick

src/Menu/OptionsBattlescapeState.cpp:302–305  ·  view source on GitHub ↗

* Updates the Tooltips option. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

300 * @param action Pointer to an action.
301 */
302void OptionsBattlescapeState::btnTooltipsClick(Action *)
303{
304 Options::battleTooltips = _btnTooltips->getPressed();
305}
306
307/**
308 * Updates the Death Notifications option.

Callers

nothing calls this directly

Calls 1

getPressedMethod · 0.80

Tested by

no test coverage detected