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

Method getMoveSound

src/Savegame/BattleUnit.cpp:2210–2213  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2208 * @return id.
2209 */
2210int BattleUnit::getMoveSound() const
2211{
2212 return _moveSound;
2213}
2214
2215
2216/**

Callers 1

BattleUnitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected