Skip to content

llRezObject

void llRezObject(string InventoryItem, vector Position, vector Velocity, rotation Rotation, integer StartParameter)

Instantiate owners InventoryItem at Position with Velocity, Rotation and with start StartParameter.

Creates object's inventory item at Position with Velocity and Rotation supplied. The StartParameter value will be available to the newly created object in the on_rez event or through the llGetStartParameter function.

The Velocity parameter is ignored if the rezzed object is not physical.

Parameters
InventoryItem (string)
Position (vector)
Velocity (vector)
Rotation (rotation)
StartParameter (integer)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here