Difference between revisions of "LlRezAtRoot"

From Second Life Wiki
Jump to navigation Jump to search
m (spelling correction)
Line 4: Line 4:
|func_id=286|func_sleep=0.1|func_energy=200.0
|func_id=286|func_sleep=0.1|func_energy=200.0
|func_footnote=Causes a hard delay based on the mass of the object rezzed.
|func_footnote=Causes a hard delay based on the mass of the object rezzed.
|func_desc=Instanciate '''inventory''' object at '''pos''' with velocity '''vel''' and rotation '''rot''' with start parameter '''param'''
|func_desc=Instantiate '''inventory''' object at '''pos''' with velocity '''vel''' and rotation '''rot''' with start parameter '''param'''
|func_footnote
|func_footnote
|p1_type=string|p1_name=inventory
|p1_type=string|p1_name=inventory

Revision as of 02:53, 4 March 2007

Summary

Function: llRezAtRoot( string inventory, vector pos, vector vel, rotation rot, integer param );
0.1 Forced Delay
200.0 Energy

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

• string inventory an object 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 or it is not an object then an error is shouted on DEBUG_CHANNEL.

Examples

See Also

Events

•  object_rez triggered when this object rezzes an object from inventory

Functions

•  llRezObject
•  llGetStartParameter

Deep Notes

Signature

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