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

Method getHitAnimation

src/Ruleset/RuleItem.cpp:356–359  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

354 * @return The hit animation id.
355 */
356int RuleItem::getHitAnimation() const
357{
358 return _hitAnimation;
359}
360
361/**
362 * Gets the item's power.

Callers 2

thinkMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected