MCPcopy Create free account
hub / github.com/carbonengine/trinity / ~EveEffectRoot2

Method ~EveEffectRoot2

trinity/Eve/EveEffectRoot2.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46EveEffectRoot2::~EveEffectRoot2()
47{
48 for( auto& controller : m_controllers )
49 {
50 controller->Unlink( UnlinkReason::DELETING );
51 }
52}
53
54bool EveEffectRoot2::Initialize()
55{

Callers

nothing calls this directly

Calls 1

UnlinkMethod · 0.45

Tested by

no test coverage detected