ll.LinksetDataReadProtected

ll.LinksetDataReadProtected (name: string, pass: string) -> string

Returns the value stored for a key in the linkset.

Example

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

< Back to ll