| 11 | } |
| 12 | |
| 13 | void Tr2ActionSpawnParticles::Start( ITr2ActionController& ) |
| 14 | { |
| 15 | if( !m_emitter ) |
| 16 | { |
| 17 | return; |
| 18 | } |
| 19 | m_emitter->SpawnParticles( ITr2GenericEmitter::UpdateArguments(), nullptr, nullptr, m_rate ); |
| 20 | } |
nothing calls this directly
no test coverage detected