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

Method remove

src/Savegame/CraftWeaponProjectile.cpp:160–163  ·  view source on GitHub ↗

* Marks the projectile to be removed. */

Source from the content-addressed store, hash-verified

158 * Marks the projectile to be removed.
159 */
160void CraftWeaponProjectile::remove()
161{
162 _toBeRemoved = true;
163}
164
165/*
166 * Returns if a projectile should be removed.

Callers 1

moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected