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

Method getProjectileType

src/Ruleset/RuleCraftWeapon.cpp:208–211  ·  view source on GitHub ↗

* Gets the Projectile Type this weapon will fire * @return The projectile type. */

Source from the content-addressed store, hash-verified

206 * @return The projectile type.
207 */
208CraftWeaponProjectileType RuleCraftWeapon::getProjectileType() const
209{
210 return _projectileType;
211}
212
213/**
214 * Gets the speed of the projectile fired by this weapon

Callers 1

fireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected