ll.RezObjectWithParams

ll.RezObjectWithParams (InventoryItem: string, Params: list) -> uuid

Instantiate owner's InventoryItem with the given parameters.

Example

ll.RezObjectWithParams('test', {})
Raw function spec json
{
  "def": "func",
  "desc": "Instantiate owner's InventoryItem with the given parameters.",
  "energy": 200,
  "sleep": 0.1,
  "must_use": false,
  "link": "https://wiki.secondlife.com/wiki/LlRezObjectWithParams",
  "private": false,
  "takesSelf": false,
  "name": "RezObjectWithParams",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "uuid"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "InventoryItem",
          "desc": "",
          "type": [
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "Params",
          "desc": "",
          "type": [
            {
              "def": "simple",
              "value": "list"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll