Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1671
bool Scenery::isAlive() const
1672
{
1673
if (this->falling || this->destroyed || willCollapse())
1674
return false;
1675
return true;
1676
}
1677
1678
} // namespace OpenApoc
Callers
15
canRepair
Method · 0.95
repair
Method · 0.95
initState
Method · 0.45
updateCityscapeParameters
Method · 0.45
updateBattlescapeParameters
Method · 0.45
attachToSomething
Method · 0.45
findSupport
Method · 0.45
die
Method · 0.45
updateFalling
Method · 0.45
isFinishedInternal
Method · 0.45
acquireTargetBuilding
Method · 0.45
repairScenery
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected