ll.GetObjectLinkKey (id: uuid, link_no: number) -> uuidReturns the key of the linked prim link_no in a linkset. Returns the key of link_no in the link set specified by id.
ll.GetObjectLinkKey(uuid(<key>), 3.14)
{
"def": "func",
"desc": "Returns the key of the linked prim link_no in a linkset.\nReturns the key of link_no in the link set specified by id.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetObjectLinkKey",
"private": false,
"takesSelf": false,
"name": "GetObjectLinkKey",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "uuid"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "id",
"desc": "UUID of prim",
"type": [
{
"def": "simple",
"value": "uuid"
},
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "link_no",
"desc": "Link number to retrieve",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}