| 192 | void CScriptParticles::PausePath(bool val) const { m_particles->PausePath(val); } |
| 193 | |
| 194 | int CScriptParticles::LifeTime() const { return m_particles->LifeTime(); } |
| 195 | u32 CScriptParticles::Length() const { return LifeTime(); } |
no outgoing calls
no test coverage detected