Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ IsAutoRemove
Method
IsAutoRemove
ogsr_engine/xrGame/ParticlesObject.cpp:210–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
bool CParticlesObject::IsAutoRemove()
211
{
212
if (m_bAutoRemove)
213
return true;
214
else
215
return false;
216
}
217
void CParticlesObject::SetAutoRemove(bool auto_remove)
218
{
219
VERIFY(!IsLooped());
Callers
1
UpdateParticles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected