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

Method InitializeConstants

src/Ext/Anim/Body.cpp:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397void AnimExt::ExtData::InitializeConstants()
398{
399 // Something about creating this in constructor messes with debris anims, so it has to be done for them later.
400 if (!this->OwnerObject()->HasExtras)
401 CreateAttachedSystem();
402}
403
404void AnimExt::InvalidateTechnoPointers(TechnoClass* pTechno)
405{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected