-------------------------------------------------------------------------------------- Description: Implements ITr2GenericEmitter interface. Does nothing since this emitter only spawns particles once during Update method. Arguments: arguments - Update arguments position - Position of the "parent" particle (unused). velocity - Velocity of the "parent" particle (unused). rateModifier - Modifies the
| 291 | // defined rate value (unused). |
| 292 | // -------------------------------------------------------------------------------------- |
| 293 | void Tr2StaticEmitter::SpawnParticles( const ITr2GenericEmitter::UpdateArguments& arguments, |
| 294 | const Vector3* position, |
| 295 | const Vector3* velocity, |
| 296 | float rateModifier ) |
| 297 | { |
| 298 | } |
| 299 | |
| 300 | void Tr2StaticEmitter::SpawnParticles( const ITr2GenericEmitter::UpdateArguments& arguments, |
| 301 | const Vector3* positionStart, |
no outgoing calls
no test coverage detected