Skip to content

llMakeExplosion

Function Syntax
void llMakeExplosion(
  1. integer Particles,
  2. float Scale,
  3. float Velocity,
  4. float Lifetime,
  5. float Arc,
  6. string Texture,
  7. vector Offset
);

Make a round explosion of particles. Deprecated: Use llParticleSystem instead.

Make a round explosion of particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead.