ll.GiveInventory

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.

Example

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,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlGiveInventory",
  "name": "GiveInventory",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "TargetID",
          "desc": "",
          "type": [
            "uuid",
            "string"
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "InventoryItem",
          "desc": "",
          "type": [
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll