| 144 | } |
| 145 | |
| 146 | void CScriptParticles::XFORMMoveTo(const Fvector& pos) |
| 147 | { |
| 148 | VERIFY(m_particles); |
| 149 | m_transform.translate_over(pos); |
| 150 | m_particles->SetXFORM(m_transform); |
| 151 | } |
| 152 | |
| 153 | void CScriptParticles::SetDirection(const Fvector& dir) |
| 154 | { |
nothing calls this directly
no test coverage detected