Difference between revisions of "LlRezAtRoot"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func=llRezAtRoot
|func=llRezAtRoot|sort=RezAtRoot
|func_id=286
|func_id=286|func_sleep=0.1|func_energy=200.0
|func_sleep=0.1
|func_footnote=Causes a hard delay based on the mass of the object rezzed.
|func_energy=200.0
|func_desc=Instanciate '''inventory''' object at '''pos''' with velocity '''vel''' and rotation '''rot''' with start parameter '''param'''
|sort=RezAtRoot
|func_desc=Instantiate object's inventory object at pos with velocity vel and rotation rot with start parameter param.<br />The last selected root object's location will be set to pos
|func_footnote
|func_footnote
|return_type
|p1_type=string|p1_name=inventory
|return_text
|p2_type=vector|p2_name=pos|p2_desc=position
|p1_type|p1_name|p1_desc
|p3_type=vector|p3_name=vel|p3_desc=velocity
|p2_type|p2_name|p2_desc
|p4_type=rotation|p4_name=rot|p4_desc=rotation
|p3_type|p3_name|p3_desc
|p5_type=integer|p5_name=param|p5_desc=[[on_rez]] event parameter and value returned by [[llGetStartParameter]].
|p4_type|p4_name|p4_desc
|p5_type|p5_name|p5_desc
|p6_type|p6_name|p6_desc
|p7_type|p7_name|p7_desc
|p8_type|p8_name|p8_desc
|p9_type|p9_name|p9_desc
|p10_type|p10_name|p10_desc
|p11_type|p11_name|p11_desc
|p12_type|p12_name|p12_desc
|constants
|constants
|spec
|spec
Line 27: Line 16:
|helpers
|helpers
|also_header
|also_header
|also_functions
|also_functions={{LSL DefineRow||[[llRezObject]]|}}
|also_tests
|also_tests
|also_events
|also_events={{LSL DefineRow||[[object_rez]]|}}
|also_articles
|also_articles
|also_footer
|also_footer
|notes
|notes
|mode
|mode
|deprecated
|location
|location
|inventory
|cat1=Rez
|permission
|negative_index
|cat1=Stub
|cat2
|cat2
|cat3
|cat3

Revision as of 22:33, 22 February 2007

Summary

Function: llRezAtRoot( string inventory, vector pos, vector vel, rotation rot, integer param );

Instanciate inventory object at pos with velocity vel and rotation rot with start parameter param

• string inventory
• vector pos position
• vector vel velocity
• rotation rot rotation
• integer param on_rez event parameter and value returned by llGetStartParameter.

Causes a hard delay based on the mass of the object rezzed.

Caveats

  • This function causes the script to sleep for 0.1 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  object_rez

Functions

•  llRezObject

Deep Notes

Search JIRA for related Issues

Signature

function void llRezAtRoot( string inventory, vector pos, vector vel, rotation rot, integer param );