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

Method slrFireSpeedChange

src/Menu/OptionsBattlescapeState.cpp:257–260  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

255 * @param action Pointer to an action.
256 */
257void OptionsBattlescapeState::slrFireSpeedChange(Action *)
258{
259 Options::battleFireSpeed = _slrFireSpeed->getValue();
260}
261
262/**
263 * Updates the X-COM movement speed.

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected