Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
void CScriptParticlesCustom::remove_owner()
82
{
83
R_ASSERT(m_owner);
84
m_owner = 0;
85
}
86
87
88
CScriptParticles::CScriptParticles(LPCSTR caParticlesName)
Callers
1
~CScriptParticles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected