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

Method getDeathSound

src/Savegame/BattleUnit.cpp:2201–2204  ·  view source on GitHub ↗

* Get the unit's death sound. * @return id. */

Source from the content-addressed store, hash-verified

2199 * @return id.
2200 */
2201int BattleUnit::getDeathSound() const
2202{
2203 return _deathSound;
2204}
2205
2206/**
2207 * Get the unit's move sound.

Callers 1

BattleUnitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected