<?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=Hinamori+Breen</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=Hinamori+Breen"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Hinamori_Breen"/>
	<updated>2026-04-08T16:46:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Changed&amp;diff=434862</id>
		<title>Changed</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Changed&amp;diff=434862"/>
		<updated>2009-07-20T21:13:23Z</updated>

		<summary type="html">&lt;p&gt;Hinamori Breen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL_Event|event_id=30&lt;br /&gt;
|event_delay&lt;br /&gt;
|event=changed&lt;br /&gt;
|p1_type=integer&lt;br /&gt;
|p1_name=change &lt;br /&gt;
|p1_desc={{LSLG|bit field}} of CHANGE_* flags&lt;br /&gt;
|event_footnote=Multiple changes can be represented in a single event, so use bitwise arithmetic.&lt;br /&gt;
&amp;lt;br&amp;gt; Event will &#039;&#039;&#039;NOT&#039;&#039;&#039; be triggered in child prims in linked set.&lt;br /&gt;
|event_desc=Various changes to the object/prim trigger this event.&lt;br /&gt;
|constants={{LSL Constants Changed}}&lt;br /&gt;
|spec&lt;br /&gt;
|caveats&lt;br /&gt;
|examples=&amp;lt;lsl&amp;gt;default&lt;br /&gt;
{&lt;br /&gt;
    changed(integer change)&lt;br /&gt;
    {&lt;br /&gt;
        //note that it&#039;s &amp;amp; and not &amp;amp;&amp;amp;... it&#039;s bitwise!&lt;br /&gt;
        if (change &amp;amp; CHANGED_INVENTORY)         &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The inventory has changed.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        if (change &amp;amp; CHANGED_COLOR) &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The color or alpha changed.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        if (change &amp;amp; CHANGED_SHAPE) &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The prims shape has changed.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        if (change &amp;amp; CHANGED_SCALE) &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The prims size has changed.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        if (change &amp;amp; CHANGED_TEXTURE) &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The prims texture or texture attributes have changed.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        if (change &amp;amp; CHANGED_LINK) &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The number of links have changed.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        if (change &amp;amp; CHANGED_ALLOWED_DROP) &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The inventory has changed as a result of a user without mod permissions &amp;quot;+&lt;br /&gt;
                       &amp;quot;dropping an item on the prim and it being allowed by the script.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        if (change &amp;amp; CHANGED_OWNER) &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The owner of the object has changed.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        if (change &amp;amp; CHANGED_REGION) &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The region the object is in has changed.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        if (change &amp;amp; CHANGED_TELEPORT) &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The object has been teleported while attached.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        if (change &amp;amp; CHANGED_REGION_START) &lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;The regions has just restarted.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/lsl&amp;gt;&lt;br /&gt;
|helpers&lt;br /&gt;
|also_header&lt;br /&gt;
|also_events&lt;br /&gt;
|also_functions&lt;br /&gt;
|also_articles&lt;br /&gt;
|also_footer&lt;br /&gt;
|mode&lt;br /&gt;
|notes=&lt;br /&gt;
See [[llGetOwner]] for a full discussion on &amp;quot; (change &amp;amp; CHANGED_OWNER) &amp;quot;&lt;br /&gt;
|deprecated&lt;br /&gt;
|cat1=Inventory&lt;br /&gt;
|cat2=Script&lt;br /&gt;
|cat3=Color&lt;br /&gt;
|cat4=Alpha&lt;br /&gt;
|cat5=Texture&lt;br /&gt;
|cat6=Link&lt;br /&gt;
|cat7=Sit&lt;br /&gt;
|cat8=Link/Management&lt;br /&gt;
}}{{LSLC|Region}}{{LSLC|Owner}}{{LSLC|Prim}}&lt;/div&gt;</summary>
		<author><name>Hinamori Breen</name></author>
	</entry>
</feed>