ll.GetAttachedList

ll.GetAttachedList (ID: uuid) -> list

Returns a list of keys of all visible (not HUD) attachments on the avatar identified by the ID argument

Example

ll.GetAttachedList(uuid(<key>))
Raw function spec json
{
  "def": "func",
  "desc": "Returns a list of keys of all visible (not HUD) attachments on the avatar identified by the ID argument",
  "energy": 10,
  "sleep": 0,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetAttachedList",
  "private": false,
  "takesSelf": false,
  "name": "GetAttachedList",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "list"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "ID",
          "desc": "Avatar to get attachments",
          "type": [
            {
              "def": "simple",
              "value": "uuid"
            },
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll