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

Method getExplosionSpeed

src/Ruleset/RuleItem.cpp:771–774  ·  view source on GitHub ↗

* Gets the speed at which this bullet explodes. * @return The speed. */

Source from the content-addressed store, hash-verified

769 * @return The speed.
770 */
771int RuleItem::getExplosionSpeed() const
772{
773 return _explosionSpeed;
774}
775
776/**
777* Gets the amount of auto shots fired by this weapon.

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected