ll.GiveInventory (TargetID: uuid, InventoryItem: string) -> ()Give InventoryItem to destination represented by TargetID, as permitted by the permissions system. TargetID may be any agent or an object in the same region.
ll.GiveInventory(uuid(<key>), 'test')
{
"def": "func",
"desc": "Give InventoryItem to destination represented by TargetID, as permitted by the permissions system.\nTargetID may be any agent or an object in the same region.",
"energy": 10,
"sleep": 0,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlGiveInventory",
"private": false,
"takesSelf": false,
"name": "GiveInventory",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "TargetID",
"desc": "",
"type": [
{
"def": "simple",
"value": "uuid"
},
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "InventoryItem",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}