ll.GetInventoryDesc

ll.GetInventoryDesc(InventoryItem: string) : string

Returns the item description of the item in inventory. If item is not found in inventory, the object says "No item named 'name'" to the debug channel and returns an empty string.

Example

ll.GetInventoryDesc('test')
{
  "def": "func",
  "desc": "Returns the item description of the item in inventory. If item is not found in inventory, the object says \"No item named 'name'\" to the debug channel and returns an empty string.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetInventoryDesc",
  "name": "GetInventoryDesc",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "string"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "InventoryItem",
          "desc": "",
          "type": [
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll