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

Method getDeathSound

src/Ruleset/Unit.cpp:174–177  ·  view source on GitHub ↗

* Gets the unit's death sound. * @return The id of the unit's death sound. */

Source from the content-addressed store, hash-verified

172 * @return The id of the unit's death sound.
173 */
174int Unit::getDeathSound() const
175{
176 return _deathSound;
177}
178
179/**
180 * Gets the unit's move sound.

Callers 1

playDeathSoundMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected