ll.GodLikeRezObject(InventoryItemID: uuid, Position: vector) : ()
Rez directly off of a UUID if owner has god-bit set.
ll.GodLikeRezObject(uuid(<key>), vector(1,1,1))
{
"def": "func",
"desc": "Rez directly off of a UUID if owner has god-bit set.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlGodLikeRezObject",
"name": "GodLikeRezObject",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "InventoryItemID",
"desc": "",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Position",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
}
]
}
]
}