ll.AvatarOnLinkSitTarget

ll.AvatarOnLinkSitTarget(LinkNumber: number) : uuid

If an avatar is sitting on the link's sit target, return the avatar's key, NULL_KEY otherwise. Returns a key that is the UUID of the user seated on the specified link's prim.

Example

ll.AvatarOnLinkSitTarget(4)
{
  "def": "func",
  "desc": "If an avatar is sitting on the link's sit target, return the avatar's key, NULL_KEY otherwise.\nReturns a key that is the UUID of the user seated on the specified link's prim.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlAvatarOnLinkSitTarget",
  "name": "AvatarOnLinkSitTarget",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "uuid"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "LinkNumber",
          "desc": "Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag.",
          "type": [
            "integer",
            "number"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll