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

Method btnDeathsClick

src/Menu/OptionsBattlescapeState.cpp:311–314  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

309 * @param action Pointer to an action.
310 */
311void OptionsBattlescapeState::btnDeathsClick(Action *)
312{
313 Options::battleNotifyDeath = _btnDeaths->getPressed();
314}
315
316
317}

Callers

nothing calls this directly

Calls 1

getPressedMethod · 0.80

Tested by

no test coverage detected