MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / UpdateAutoDeathObjectsInLimbo

Method UpdateAutoDeathObjectsInLimbo

src/Ext/Scenario/Body.cpp:95–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void ScenarioExt::ExtData::UpdateAutoDeathObjectsInLimbo()
96{
97 for (auto const pExt : this->AutoDeathObjects)
98 {
99 auto const pTechno = pExt->OwnerObject();
100
101 if (!pTechno->IsInLogic && pTechno->IsAlive)
102 pExt->CheckDeathConditions(true);
103 }
104}
105
106void ScenarioExt::ExtData::UpdateTransportReloaders()
107{

Callers 1

Body.cppFile · 0.80

Calls 1

CheckDeathConditionsMethod · 0.80

Tested by

no test coverage detected