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

Method getMeleeHitSound

src/Ruleset/RuleItem.cpp:853–856  ·  view source on GitHub ↗

* What sound does this weapon make when you punch someone in the face with it? * @return The weapon's melee hit sound. */

Source from the content-addressed store, hash-verified

851 * @return The weapon's melee hit sound.
852 */
853int RuleItem::getMeleeHitSound() const
854{
855 return _meleeHitSound;
856}
857
858/**
859 * How much damage does this weapon do when you punch someone in the face with it?

Callers 1

explodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected