ll.ReturnObjectsByID(ObjectIDs: list) : number
Return objects using their UUIDs. Requires the PERMISSION_RETURN_OBJECTS permission and that the script owner owns the parcel the returned objects are in, or is an estate manager or region owner.
ll.ReturnObjectsByID({})
{
"def": "func",
"desc": "Return objects using their UUIDs.\nRequires the PERMISSION_RETURN_OBJECTS permission and that the script owner owns the parcel the returned objects are in, or is an estate manager or region owner.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlReturnObjectsByID",
"name": "ReturnObjectsByID",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ObjectIDs",
"desc": "List of object UUIDs to be returned.",
"type": [
"list"
],
"variadic": false,
"optional": false
}
]
}
]
}