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

Method getAccuracy

src/Savegame/CraftWeaponProjectile.cpp:210–213  ·  view source on GitHub ↗

* Gets the accuracy of the projectile. */

Source from the content-addressed store, hash-verified

208 * Gets the accuracy of the projectile.
209 */
210int CraftWeaponProjectile::getAccuracy() const
211{
212 return _accuracy;
213}
214
215/*
216 * Marks the projectile as a one which missed it's target.

Callers 1

fireMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected