ll.RemoveInventory

ll.RemoveInventory(InventoryItem: string) : ()

Remove the named inventory item. Remove the named inventory item from the object inventory.

Example

ll.RemoveInventory('test')
{
  "def": "func",
  "desc": "Remove the named inventory item.\nRemove the named inventory item from the object inventory.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlRemoveInventory",
  "name": "RemoveInventory",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "InventoryItem",
          "desc": "",
          "type": [
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll