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

Method IsPlaying

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

Source from the content-addressed store, hash-verified

171}
172
173bool CScriptParticles::IsPlaying() const
174{
175 VERIFY(m_particles);
176 return m_particles->IsPlaying();
177}
178
179bool CScriptParticles::IsLooped() const
180{

Callers 1

~CScriptParticlesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected