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

Method getMoveSound

src/Ruleset/Unit.cpp:183–186  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

181 * @return The id of the unit's move sound.
182 */
183int Unit::getMoveSound() const
184{
185 return _moveSound;
186}
187
188/**
189 * Gets the intelligence. This is the number of turns the AI remembers your troop positions.

Callers 1

playMovementSoundMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected