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

Method ~EveMultiEffect

trinity/Eve/EveMultiEffect.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23EveMultiEffect::~EveMultiEffect()
24{
25 for( auto& controller : m_controllers )
26 {
27 controller->Unlink( UnlinkReason::DELETING );
28 }
29}
30
31std::unordered_map<std::string, IRoot*> EveMultiEffect::GetParameterMap() const
32{

Callers

nothing calls this directly

Calls 1

UnlinkMethod · 0.45

Tested by

no test coverage detected