Difference between revisions of "LlGetObjectDesc"

From Second Life Wiki
Jump to navigation Jump to search
Line 7: Line 7:
|return_text=that is the description of the prim the script is attached to
|return_text=that is the description of the prim the script is attached to
|spec
|spec
|caveats
|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.
|constants
|constants
|examples
|examples

Revision as of 14:36, 5 May 2007

Summary

Function: string llGetObjectDesc( );
0.0 Forced Delay
10.0 Energy

Returns a string that is the description of the prim the script is attached to

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.

Examples

See Also

Functions

•  llSetObjectDesc Sets the object description.
•  llGetObjectName Gets the object name.
•  llSetObjectName Sets the object name.

Deep Notes

Signature

function string llGetObjectDesc();