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

Method LifeTime

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

Source from the content-addressed store, hash-verified

192void CScriptParticles::PausePath(bool val) const { m_particles->PausePath(val); }
193
194int CScriptParticles::LifeTime() const { return m_particles->LifeTime(); }
195u32 CScriptParticles::Length() const { return LifeTime(); }

Callers 2

runMethod · 0.80
~CScriptParticlesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected