Difference between revisions of "LlMakeExplosion"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL llMakeExplosion moved to LlMakeExplosion: removing prefix)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func_id=100|func_sleep=0.1|func_energy=10.0
|func_id=100|func_sleep=0.1|func_energy=10.0
|func=llMakeExplosion|p1_type=integer|p1_name=particles|p2_type=float|p2_name=scale|p3_type=float|p3_name=vel|p4_type=float|p4_name=lifetime|p5_type=float|p5_name=arc|p6_type=string|p6_name=texture|p7_type=vector|p7_name=offset
|func=llMakeExplosion
|p1_type=integer|p1_name=particles
|p2_type=float|p2_name=scale
|p3_type=float|p3_name=vel
|p4_type=float|p4_name=lifetime
|p5_type=float|p5_name=arc
|p6_type=string|p6_name=texture
|p7_type=vector|p7_name=offset
|func_desc=Make a round explosion of particles
|func_footnote
|func_footnote
|func_desc=Make a round explosion of particles
|return_text
|spec
|spec
|caveats
|caveats
Line 15: Line 21:
|also_articles
|also_articles
|notes
|notes
|permission
|negative_index
|cat1
|cat1
|cat2
|cat2
|cat3
|cat3
|cat4=Stub
|cat4
|deprecated=llParticleSystem
|deprecated=llParticleSystem
}}
}}

Revision as of 09:29, 28 February 2007

Emblem-important.png Deprecated
(This function has been deprecated, please use llParticleSystem instead.)

Summary

Function: llMakeExplosion( integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset );
0.1 Forced Delay
10.0 Energy

Make a round explosion of particles

• integer particles
• float scale
• float vel
• float lifetime
• float arc
• string texture
• vector offset

Caveats

  • This function causes the script to sleep for 0.1 seconds.
  • This function has been deprecated, please use llParticleSystem instead.

Examples

Deep Notes

Signature

function void llMakeExplosion( integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset );