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

Method Initialize

trinity/Particle/Tr2SphereConstraint.cpp:50–57  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Implements IInitialize interface. Return Value: true always --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

48// true always
49// --------------------------------------------------------------------------------------
50bool Tr2SphereConstraint::Initialize()
51{
52 for( auto it = m_onCollisionEmitters.begin(); it != m_onCollisionEmitters.end(); ++it )
53 {
54 ( *it )->SetThreadSafeFlag();
55 }
56 return true;
57}
58
59// --------------------------------------------------------------------------------------
60// Description:

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
SetThreadSafeFlagMethod · 0.45

Tested by

no test coverage detected