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

Method SetThreadSafeFlag

trinity/Particle/Tr2StaticEmitter.cpp:83–90  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Implements ITr2GenericEmitter. Notifies the linked particle system that it needs additional syncronization when inserting particles. --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

81// additional syncronization when inserting particles.
82// --------------------------------------------------------------------------------------
83void Tr2StaticEmitter::SetThreadSafeFlag()
84{
85 m_isThreadSafe = true;
86 if( m_particleSystem )
87 {
88 m_particleSystem->SetThreadSafeFlag();
89 }
90}
91
92// --------------------------------------------------------------------------------------
93// Description:

Callers 6

InitializeMethod · 0.45
OnListModifiedMethod · 0.45
InitializeMethod · 0.45
OnListModifiedMethod · 0.45
InitializeMethod · 0.45
OnModifiedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected