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,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSetObjectDesc",
"name": "SetObjectDesc",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Description",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}