<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Breen+Whitman</id>
	<title>Second Life Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Breen+Whitman"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Breen_Whitman"/>
	<updated>2026-07-28T09:35:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlGetObjectName&amp;diff=52065</id>
		<title>LlGetObjectName</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlGetObjectName&amp;diff=52065"/>
		<updated>2008-01-30T18:30:15Z</updated>

		<summary type="html">&lt;p&gt;Breen Whitman: Added a note about this function&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL_Function&lt;br /&gt;
|func_id=202|func_sleep=0.0|func_energy=10.0&lt;br /&gt;
|func=llGetObjectName&lt;br /&gt;
|return_type=string&lt;br /&gt;
|func_footnote&lt;br /&gt;
|func_desc&lt;br /&gt;
|return_text=that is the name of the prim the script is attached to.&lt;br /&gt;
|spec&lt;br /&gt;
|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.&lt;br /&gt;
|constants&lt;br /&gt;
|examples=&amp;lt;pre&amp;gt;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        llSay(PUBLIC_CHANNEL, llGetObjectName() );&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|helpers&lt;br /&gt;
|also_functions=&lt;br /&gt;
{{LSL DefineRow||[[llSetObjectName]]|Set the prims name}}&lt;br /&gt;
{{LSL DefineRow||[[llGetLinkName]]|Get a linked prims name}}&lt;br /&gt;
{{LSL DefineRow||[[llGetObjectDesc]]|Get the prims description}}&lt;br /&gt;
{{LSL DefineRow||[[llSetObjectDesc]]|Get the prims description}}&lt;br /&gt;
{{LSL DefineRow||[[llGetObjectDetails]]}}&lt;br /&gt;
|also_tests&lt;br /&gt;
|also_events&lt;br /&gt;
|also_articles=&lt;br /&gt;
{{LSL DefineRow||[[Prim Attribute Overloading]]}}&lt;br /&gt;
|notes=*This function can will return &amp;quot;(Waiting)&amp;quot; sometimes.&lt;br /&gt;
Presumably the function queries the asset server for a predetermined time and returns &amp;quot;(Waiting)&amp;quot; if that elapses.&lt;br /&gt;
It then silently proceeds to the next instruction.&lt;br /&gt;
A work around therefore, might be to test object name is not &amp;quot;(Waiting)&amp;quot; after calling llGetObjectName.&lt;br /&gt;
|cat1=Prim&lt;br /&gt;
|cat2=Object&lt;br /&gt;
|cat3&lt;br /&gt;
|cat4&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Breen Whitman</name></author>
	</entry>
</feed>