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

Method UpdateTemporal

src/Ext/Techno/Body.Update.cpp:1412–1422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1410}
1411
1412void TechnoExt::ExtData::UpdateTemporal()
1413{
1414 if (const auto pShieldData = this->Shield.get())
1415 {
1416 if (pShieldData->IsAvailable())
1417 pShieldData->AI_Temporal();
1418 }
1419
1420 for (auto const& ae : this->AttachedEffects)
1421 ae->AI_Temporal();
1422}
1423
1424void TechnoExt::ExtData::UpdateWarpInDelay()
1425{

Callers 1

Hooks.cppFile · 0.80

Calls 3

getMethod · 0.45
IsAvailableMethod · 0.45
AI_TemporalMethod · 0.45

Tested by

no test coverage detected