ll.AttachToAvatarTemp

ll.AttachToAvatarTemp (AttachPoint: number) -> ()

Follows the same convention as llAttachToAvatar, with the exception that the object will not create new inventory for the user, and will disappear on detach or disconnect.

Example

ll.AttachToAvatarTemp(3.14)
Raw function spec json
{
  "def": "func",
  "desc": "Follows the same convention as llAttachToAvatar, with the exception that the object will not create new inventory for the user, and will disappear on detach or disconnect.",
  "energy": 10,
  "sleep": 0,
  "must_use": false,
  "link": "https://wiki.secondlife.com/wiki/LlAttachToAvatarTemp",
  "private": false,
  "takesSelf": false,
  "name": "AttachToAvatarTemp",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "()"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "AttachPoint",
          "desc": "Valid attachment point or ATTACH_* constant.",
          "type": [
            {
              "def": "simple",
              "value": "number"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll