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