ll.AllowInventoryDrop

ll.AllowInventoryDrop (Flag: number) -> ()

If Flag == TRUE, users without object modify permissions can still drop inventory items into the object.

Example

ll.AllowInventoryDrop(3.14)
Raw function spec json
{
  "def": "func",
  "desc": "If Flag == TRUE, users without object modify permissions can still drop inventory items into the object.",
  "energy": 10,
  "sleep": 0,
  "must_use": false,
  "link": "https://wiki.secondlife.com/wiki/LlAllowInventoryDrop",
  "private": false,
  "takesSelf": false,
  "name": "AllowInventoryDrop",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "()"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Flag",
          "desc": "Boolean, If TRUE allows anyone to drop inventory on prim, FALSE revokes.",
          "type": [
            {
              "def": "simple",
              "value": "number"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll