ll.RezObjectWithParams

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

Instantiate owner's InventoryItem with the given parameters.

Example

ll.RezObjectWithParams('test', {})
{
  "def": "func",
  "desc": "Instantiate owner's InventoryItem with the given parameters.",
  "energy": 200,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlRezObjectWithParams",
  "name": "RezObjectWithParams",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "uuid"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "InventoryItem",
          "desc": "",
          "type": [
            "string"
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "Params",
          "desc": "",
          "type": [
            "list"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll