MCPcopy Create free account
hub / github.com/carbonengine/trinity / Initialize

Method Initialize

trinity/Eve/EveEffectRoot2.cpp:54–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool EveEffectRoot2::Initialize()
55{
56 for( auto& controller : m_controllers )
57 {
58 if( !controller->IsLinked() )
59 {
60 controller->Link( *GetRawRoot() );
61 }
62 }
63 return true;
64}
65
66bool EveEffectRoot2::OnModified( Be::Var* val )
67{

Callers

nothing calls this directly

Calls 2

IsLinkedMethod · 0.45
LinkMethod · 0.45

Tested by

no test coverage detected