ll.LinksetDataReadProtected(name: string, pass: string) : string
Returns the value stored for a key in the linkset.
ll.LinksetDataReadProtected('test', 'test')
{
"def": "func",
"desc": "Returns the value stored for a key in the linkset.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlLinksetDataReadProtected",
"name": "LinksetDataReadProtected",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "name",
"desc": "Key to retrieve from the linkset's datastore.",
"type": [
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "pass",
"desc": "Pass phrase to access protected data.",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}