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

Method ~ExtData

src/Ext/Anim/Body.cpp:13–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11std::vector<AnimClass*> AnimExt::AnimsWithAttachedParticles;
12
13AnimExt::ExtData::~ExtData()
14{
15 this->DeleteAttachedSystem();
16
17 if (this->Invoker)
18 TechnoExt::ExtMap.Find(this->Invoker)->AnimRefCount--;
19
20 if (this->ParentBuilding)
21 TechnoExt::ExtMap.Find(this->ParentBuilding)->AnimRefCount--;
22}
23
24void AnimExt::ExtData::SetInvoker(TechnoClass* pInvoker)
25{

Callers

nothing calls this directly

Calls 2

DeleteAttachedSystemMethod · 0.95
FindMethod · 0.45

Tested by

no test coverage detected