Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
bool CScriptParticles::IsLooped() const
180
{
181
VERIFY(m_particles);
182
return m_particles->IsLooped();
183
}
184
185
void CScriptParticles::LoadPath(LPCSTR caPathName) const
186
{
Callers
9
StartEngineParticles
Method · 0.45
StartFlyParticles
Method · 0.45
UpdateParticles
Method · 0.45
StartFlameParticles
Method · 0.45
UpdateFlameParticles
Method · 0.45
Fire2End
Method · 0.45
StopShooting
Method · 0.45
~CScriptParticles
Method · 0.45
StartFreeChild
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected