ll.RequestDisplayName

ll.RequestDisplayName(AvatarID: uuid) : uuid

Requests the display name of the agent. When the display name is available the dataserver event will be raised. The avatar identified does not need to be in the same region or online at the time of the request. Returns a key that is used to identify the dataserver event when it is raised.

Example

ll.RequestDisplayName(uuid(<key>))
{
  "def": "func",
  "desc": "Requests the display name of the agent. When the display name is available the dataserver event will be raised.\nThe avatar identified does not need to be in the same region or online at the time of the request.\nReturns a key that is used to identify the dataserver event when it is raised.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlRequestDisplayName",
  "name": "RequestDisplayName",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "uuid"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "AvatarID",
          "desc": "Avatar UUID",
          "type": [
            "uuid",
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll