ll.GetObjectDesc

ll.GetObjectDesc() : string

Returns the description of the prim the script is attached to. Returns the description of the scripted object/prim. You can set the description using llSetObjectDesc.

Example

ll.GetObjectDesc()
{
  "def": "func",
  "desc": "Returns the description of the prim the script is attached to.\nReturns the description of the scripted object/prim. You can set the description using llSetObjectDesc.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetObjectDesc",
  "name": "GetObjectDesc",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "string"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll