Difference between revisions of "LlMakeFountain"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSLFunctionAll|func_id=101|func_sleep=0.1|func_energy=10.0|func=llMakeFountain|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=integer|p6_name=bounce|p7_type=string|p7_name=texture|p8_type=vector|p8_name=offset|p9_type=float|p9_name=bounce_offset|func_desc=Make a fountain of particles|deprecated=llParticleSystem|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=101|func_sleep=0.1|func_energy=10.0
|func=llMakeFountain|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=integer|p6_name=bounce|p7_type=string|p7_name=texture|p8_type=vector|p8_name=offset|p9_type=float|p9_name=bounce_offset
|func_footnote
|func_desc=Make a fountain of particles
|return_text
|spec
|caveats
|constants
|examples
|helpers
|also_functions
|also_events
|also_tests
|also_articles
|notes
|permission
|negative_index
|cat1
|cat2
|cat3
|cat4=Stub
|deprecated=llParticleSystem
}}

Revision as of 15:34, 9 February 2007

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

Summary

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

Make a fountain of particles

• integer particles
• float scale
• float vel
• float lifetime
• float arc
• integer bounce
• string texture
• vector offset
• float bounce_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 llMakeFountain( integer particles, float scale, float vel, float lifetime, float arc, integer bounce, string texture, vector offset, float bounce_offset );