ll.RezAtRoot(InventoryItem: string, Position: vector, Velocity: vector, Rotation: quaternion, StartParameter: number) : ()
Instantiate owner's InventoryItem at Position with Velocity, Rotation and with StartParameter. The last selected root object's location will be set to Position. Creates object's inventory item at the given Position, with Velocity, Rotation, and StartParameter.
ll.RezAtRoot(
'test',
vector(1,1,1),
vector(1,1,1),
quaternion(0,0,0,1),
10
)
{
"def": "func",
"desc": "Instantiate owner's InventoryItem at Position with Velocity, Rotation and with StartParameter. The last selected root object's location will be set to Position.\nCreates object's inventory item at the given Position, with Velocity, Rotation, and StartParameter.",
"energy": 200,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlRezAtRoot",
"name": "RezAtRoot",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "InventoryItem",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Position",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Velocity",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Rotation",
"desc": "",
"type": [
"quaternion"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "StartParameter",
"desc": "",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}