MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / ~Projectile

Method ~Projectile

game/state/shared/projectile.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235Projectile::~Projectile()
236{
237 if (this->tileObject)
238 {
239 this->tileObject->removeFromMap();
240 }
241}
242
243}; // namespace OpenApoc

Callers

nothing calls this directly

Calls 1

removeFromMapMethod · 0.45

Tested by

no test coverage detected