llSetObjectDesc

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: llSetObjectDesc( string desc );

Sets the prims description

• string desc

Caveats

  • The object description is limited to 127 bytes, any string longer then that will be truncated. This truncation does not always happen when the attribute is set or read.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llGetObjectDesc Returns the object description.
•  llGetObjectName Gets the object name.
•  llSetObjectName Sets the object name.

Deep Notes

Search JIRA for related Issues

Signature

function void llSetObjectDesc( string desc );