Difference between revisions of "LlMakeSmoke"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL llMakeSmoke moved to LlMakeSmoke: removing prefix)
Line 15: Line 15:
|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 10:31, 28 February 2007

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

Summary

Function: llMakeSmoke( integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset );

Make smoke like 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.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

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