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

Method getExplosive

src/Savegame/Tile.cpp:507–510  ·  view source on GitHub ↗

* Get explosive on this tile. * @return explosive */

Source from the content-addressed store, hash-verified

505 * @return explosive
506 */
507int Tile::getExplosive() const
508{
509 return _explosive;
510}
511
512/*
513 * Flammability of a tile is the lowest flammability of it's objects.

Callers 5

destroyMethod · 0.45
explodePowerSourcesMethod · 0.45
initMethod · 0.45
detonateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected