Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
EveEffectRoot2::~EveEffectRoot2()
47
{
48
for( auto& controller : m_controllers )
49
{
50
controller->Unlink( UnlinkReason::DELETING );
51
}
52
}
53
54
bool EveEffectRoot2::Initialize()
55
{
Callers
nothing calls this directly
Calls
1
Unlink
Method · 0.45
Tested by
no test coverage detected