llGetObjectDesc

From Second Life Wiki
Revision as of 15:12, 17 May 2007 by Awsoonn Rawley (talk | contribs) (ex)
Jump to navigation Jump to search

Summary

Function: string llGetObjectDesc( );

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

Caveats

  • The prim 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

default
{
    state_entry()
    {
        llSay(PUBLIC_CHANNEL, llGetObjectDesc() );
    }
}

See Also

Functions

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

Deep Notes

Search JIRA for related Issues

Signature

function string llGetObjectDesc();