Skip to content

llMakeFountain

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

Make a fountain of particles. Deprecated: Use llParticleSystem instead.

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