ll.RequestUsername (AvatarID: uuid) -> uuidRequests single-word user-name of an avatar. When data is available the dataserver event will be raised. Requests the user-name of the identified agent. When the user-name is available the dataserver event is raised. The agent 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.
ll.RequestUsername(uuid(<key>))
{
"def": "func",
"desc": "Requests single-word user-name of an avatar. When data is available the dataserver event will be raised.\nRequests the user-name of the identified agent. When the user-name is available the dataserver event is raised.\nThe agent 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,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlRequestUsername",
"private": false,
"takesSelf": false,
"name": "RequestUsername",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "uuid"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "AvatarID",
"desc": "",
"type": [
{
"def": "simple",
"value": "uuid"
},
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}