ll.GetAttachedListFiltered

ll.GetAttachedListFiltered (AgentID: uuid, Options: list) -> list

Retrieves a list of attachments on an avatar.

Example

ll.GetAttachedListFiltered(uuid(<key>), {})
Raw function spec json
{
  "def": "func",
  "desc": "Retrieves a list of attachments on an avatar.",
  "energy": 10,
  "sleep": 0,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetAttachedListFiltered",
  "private": false,
  "takesSelf": false,
  "name": "GetAttachedListFiltered",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "list"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "AgentID",
          "desc": "An agent in the region.",
          "type": [
            {
              "def": "simple",
              "value": "uuid"
            },
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "Options",
          "desc": "A list of option for inventory transfer.",
          "type": [
            {
              "def": "simple",
              "value": "list"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll