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

Method ClearParticles

trinity/Particle/Tr2ParticleSystem.cpp:1360–1363  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Removes all particles from the system. --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1358// Removes all particles from the system.
1359// --------------------------------------------------------------------------------------
1360void Tr2ParticleSystem::ClearParticles()
1361{
1362 m_aliveCount = 0;
1363}
1364
1365// --------------------------------------------------------------------------------------
1366// Description:

Callers 2

SpawnMethod · 0.80
DoSpawnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected