| 33 | } |
| 34 | |
| 35 | void CScriptParticlesCustom::PSI_destroy() |
| 36 | { |
| 37 | if (m_owner) |
| 38 | m_owner->m_particles = NULL; |
| 39 | CParticlesObject::PSI_destroy(); |
| 40 | } |
| 41 | |
| 42 | void CScriptParticlesCustom::shedule_Update(u32 _dt) |
| 43 | { |
no outgoing calls
no test coverage detected