ll.GetAttachedListFiltered

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

Retrieves a list of attachments on an avatar.

Example

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

< Back to ll