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

Method PSI_destroy

ogsr_engine/xrGame/script_particles.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void CScriptParticlesCustom::PSI_destroy()
36{
37 if (m_owner)
38 m_owner->m_particles = NULL;
39 CParticlesObject::PSI_destroy();
40}
41
42void CScriptParticlesCustom::shedule_Update(u32 _dt)
43{

Callers 2

~CScriptParticlesMethod · 0.45
DestroyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected