ll.RequestUserKey(Name: string) : uuid
Look up Agent ID for the named agent using a historical name.
ll.RequestUserKey('test')
{
"def": "func",
"desc": "Look up Agent ID for the named agent using a historical name.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlRequestUserKey",
"name": "RequestUserKey",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"uuid"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Name",
"desc": "Name of agent to look up.",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}