MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / isAlive

Method isAlive

game/state/battle/battlemappart.cpp:1309–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1307}
1308
1309bool BattleMapPart::isAlive() const
1310{
1311 if (falling || destroyed || willCollapse())
1312 return false;
1313 return true;
1314}
1315
1316void BattleMapPart::queueCollapse(unsigned additionalDelay)
1317{

Callers 3

attachToSomethingMethod · 0.45
findSupportMethod · 0.45
updateFallingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected