ll.GetObjectDesc () -> stringReturns 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.
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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetObjectDesc",
"private": false,
"takesSelf": false,
"name": "GetObjectDesc",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": []
}
]
}