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

Method getProjectileSpeed

src/Ruleset/RuleCraftWeapon.cpp:217–220  ·  view source on GitHub ↗

* Gets the speed of the projectile fired by this weapon * @return The projectile speed. */

Source from the content-addressed store, hash-verified

215 * @return The projectile speed.
216 */
217int RuleCraftWeapon::getProjectileSpeed() const
218{
219 return _projectileSpeed;
220}
221
222}

Callers 1

fireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected