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

Method getHitSound

src/Ruleset/RuleItem.cpp:347–350  ·  view source on GitHub ↗

* Gets the item's hit sound. * @return The hit sound id. */

Source from the content-addressed store, hash-verified

345 * @return The hit sound id.
346 */
347int RuleItem::getHitSound() const
348{
349 return _hitSound;
350}
351
352/**
353 * Gets the item's hit animation.

Callers 3

initMethod · 0.45
primaryActionMethod · 0.45
nextStepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected