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

Method setFootstepSound

src/Ruleset/MapData.cpp:328–331  ·  view source on GitHub ↗

* Sets the index to the footstep sound. * @param value The sound ID. */

Source from the content-addressed store, hash-verified

326 * @param value The sound ID.
327 */
328void MapData::setFootstepSound(int value)
329{
330 _footstepSound = value;
331}
332
333/**
334 * Gets the alternative object ID.

Callers 1

loadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected