ll.SetObjectDesc (Description: string) -> ()Sets the description of the prim to Description. The description field is limited to 127 characters.
ll.SetObjectDesc('test')
{
"def": "func",
"desc": "Sets the description of the prim to Description.\nThe description field is limited to 127 characters.",
"energy": 10,
"sleep": 0,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlSetObjectDesc",
"private": false,
"takesSelf": false,
"name": "SetObjectDesc",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Description",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}