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

Method slrScrollSpeedChange

src/Menu/OptionsBattlescapeState.cpp:248–251  ·  view source on GitHub ↗

* Updates the scroll speed. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

246 * @param action Pointer to an action.
247 */
248void OptionsBattlescapeState::slrScrollSpeedChange(Action *)
249{
250 Options::battleScrollSpeed = _slrScrollSpeed->getValue();
251}
252
253/**
254 * Updates the fire speed.

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected