ll.AttachToAvatar

ll.AttachToAvatar(AttachmentPoint: number) : ()

Attach to avatar at point AttachmentPoint. Requires the PERMISSION_ATTACH runtime permission.

Example

ll.AttachToAvatar(7)
{
  "def": "func",
  "desc": "Attach to avatar at point AttachmentPoint.\nRequires the PERMISSION_ATTACH runtime permission.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlAttachToAvatar",
  "name": "AttachToAvatar",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "AttachmentPoint",
          "desc": "",
          "type": [
            "integer",
            "number"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll