Difference between revisions of "LlGetObjectName"

From Second Life Wiki
Jump to navigation Jump to search
Line 8: Line 8:
|spec
|spec
|caveats
|caveats
|constants
|constants=*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.
|examples
|examples
|helpers
|helpers

Revision as of 14:38, 5 May 2007

Summary

Function: string llGetObjectName( );

Returns a string that is the name of the prim the script is attached to.

  • 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.

Caveats

All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

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

Deep Notes

Search JIRA for related Issues

Signature

function string llGetObjectName();