MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / StopParticles

Method StopParticles

ogsr_engine/xrGame/ShootingObject.cpp:221–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void CShootingObject::StopParticles(CParticlesObject*& pParticles)
222{
223 if (pParticles == NULL)
224 return;
225
226 pParticles->Stop();
227 CParticlesObject::Destroy(pParticles);
228}
229
230void CShootingObject::UpdateParticles(CParticlesObject*& pParticles, const Fvector& pos, const Fvector& vel)
231{

Callers 4

StopTeleParticlesMethod · 0.45

Calls 2

DestroyFunction · 0.85
StopMethod · 0.45

Tested by

no test coverage detected