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

Method remove_owner

ogsr_engine/xrGame/script_particles.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void CScriptParticlesCustom::remove_owner()
82{
83 R_ASSERT(m_owner);
84 m_owner = 0;
85}
86
87
88CScriptParticles::CScriptParticles(LPCSTR caParticlesName)

Callers 1

~CScriptParticlesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected