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

Method getMissed

src/Savegame/CraftWeaponProjectile.cpp:227–230  ·  view source on GitHub ↗

* Returns true if the projectile missed it's target. * Otherwise returns false. */

Source from the content-addressed store, hash-verified

225 * Otherwise returns false.
226 */
227bool CraftWeaponProjectile::getMissed() const
228{
229 return _missed;
230}
231
232/*
233 * Sets maximum range of projectile.

Callers 1

moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected