Difference between revisions of "LlSetObjectName"

From Second Life Wiki
Jump to navigation Jump to search
Line 10: Line 10:
|return_text
|return_text
|spec
|spec
|caveats
|caveats=*The prim name is limited to 255 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:37, 5 May 2007

Summary

Function: llSetObjectName( string name );

Sets the prim's name according to the name parameter.

• string name

Limited to 63 bytes by the client

Caveats

  • The prim name is limited to 255 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

•  llGetObjectName Get the prims name
•  llGetLinkName Get a linked prims name
•  llGetObjectDesc Get the prims description
•  llSetObjectDesc Set the prims description

Deep Notes

Search JIRA for related Issues

Signature

function void llSetObjectName( string name );