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

Method IsLooped

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

Source from the content-addressed store, hash-verified

177}
178
179bool CScriptParticles::IsLooped() const
180{
181 VERIFY(m_particles);
182 return m_particles->IsLooped();
183}
184
185void CScriptParticles::LoadPath(LPCSTR caPathName) const
186{

Callers 9

StartEngineParticlesMethod · 0.45
StartFlyParticlesMethod · 0.45
UpdateParticlesMethod · 0.45
StartFlameParticlesMethod · 0.45
UpdateFlameParticlesMethod · 0.45
Fire2EndMethod · 0.45
StopShootingMethod · 0.45
~CScriptParticlesMethod · 0.45
StartFreeChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected