Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
bool CScriptParticles::IsPlaying() const
174
{
175
VERIFY(m_particles);
176
return m_particles->IsPlaying();
177
}
178
179
bool CScriptParticles::IsLooped() const
180
{
Callers
1
~CScriptParticles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected