MCPcopy 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
210bool CParticlesObject::IsAutoRemove()
211{
212 if (m_bAutoRemove)
213 return true;
214 else
215 return false;
216}
217void CParticlesObject::SetAutoRemove(bool auto_remove)
218{
219 VERIFY(!IsLooped());

Callers 1

UpdateParticlesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected