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>))
{
  "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,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetAttachedList",
  "name": "GetAttachedList",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "list"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "ID",
          "desc": "Avatar to get attachments",
          "type": [
            "uuid",
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll