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

Method isAlive

game/state/city/scenery.cpp:1671–1676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1669}
1670
1671bool Scenery::isAlive() const
1672{
1673 if (this->falling || this->destroyed || willCollapse())
1674 return false;
1675 return true;
1676}
1677
1678} // namespace OpenApoc

Callers 15

canRepairMethod · 0.95
repairMethod · 0.95
initStateMethod · 0.45
attachToSomethingMethod · 0.45
findSupportMethod · 0.45
dieMethod · 0.45
updateFallingMethod · 0.45
isFinishedInternalMethod · 0.45
acquireTargetBuildingMethod · 0.45
repairSceneryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected