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

Method getMeleeAnimation

src/Ruleset/RuleItem.cpp:880–883  ·  view source on GitHub ↗

* What is the starting frame offset in hit.pck to use for the animation? * @return the starting frame offset in hit.pck to use for the animation. */

Source from the content-addressed store, hash-verified

878 * @return the starting frame offset in hit.pck to use for the animation.
879 */
880int RuleItem::getMeleeAnimation() const
881{
882 return _meleeAnimation;
883}
884}

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected