Difference between revisions of "LlRezAtRoot"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Function/inventory|inventory|uuid=false}}
{{LSL_Function
{{LSL_Function
|func=llRezAtRoot|sort=RezAtRoot
|func=llRezAtRoot|sort=RezAtRoot

Revision as of 22:43, 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 an item in the inventory of the prim this script is in
• 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.
  • If inventory is missing from the prim's inventory then an error is shouted on DEBUG_CHANNEL.
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 );