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

Method DoneInsertingParticle

trinity/Particle/Tr2ParticleSystem.cpp:1323–1329  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Should be called by emitters after sucessfull call to InsertParticle when all new particle data is filled. Used for syncronization. --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1321// particle data is filled. Used for syncronization.
1322// --------------------------------------------------------------------------------------
1323void Tr2ParticleSystem::DoneInsertingParticle()
1324{
1325 if( m_insertDeleteMutex )
1326 {
1327 m_insertDeleteMutex->Release();
1328 }
1329}
1330
1331// --------------------------------------------------------------------------------------
1332// Description:

Callers 4

SpawnMethod · 0.80
DoSpawnMethod · 0.80
SpawnParticlesMethod · 0.80
AddParticlesMethod · 0.80

Calls 1

ReleaseMethod · 0.80

Tested by

no test coverage detected