<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://opensimulator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://opensimulator.org/index.php?action=history&amp;feed=atom&amp;title=OSSL_Constants%2FPARCEL_DETAILS_DWELL</id>
		<title>OSSL Constants/PARCEL DETAILS DWELL - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/index.php?action=history&amp;feed=atom&amp;title=OSSL_Constants%2FPARCEL_DETAILS_DWELL"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/index.php?title=OSSL_Constants/PARCEL_DETAILS_DWELL&amp;action=history"/>
		<updated>2026-06-05T09:55:43Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/index.php?title=OSSL_Constants/PARCEL_DETAILS_DWELL&amp;diff=47794&amp;oldid=prev</id>
		<title>Djphil: Add example</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/index.php?title=OSSL_Constants/PARCEL_DETAILS_DWELL&amp;diff=47794&amp;oldid=prev"/>
				<updated>2019-08-05T12:15:49Z</updated>
		
		<summary type="html">&lt;p&gt;Add example&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;Example:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;source lang = &amp;quot;lsl&amp;quot;&amp;gt;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry() {;}&lt;br /&gt;
&lt;br /&gt;
    touch_start(integer number)&lt;br /&gt;
    {&lt;br /&gt;
        vector position = llGetPos();&lt;br /&gt;
&lt;br /&gt;
        list details = llGetParcelDetails(position, [&lt;br /&gt;
            PARCEL_DETAILS_NAME, &lt;br /&gt;
            PARCEL_DETAILS_DESC, &lt;br /&gt;
            PARCEL_DETAILS_AREA,&lt;br /&gt;
            PARCEL_DETAILS_DWELL&lt;br /&gt;
        ]);&lt;br /&gt;
        &lt;br /&gt;
        string text = &amp;quot;PARCEL INFOS&amp;quot;;&lt;br /&gt;
        text += &amp;quot;\nLocal Parcel @ &amp;quot; + (string)position;&lt;br /&gt;
        text += &amp;quot;\nLocal Parcel Name: &amp;quot;  + llList2String(details, 0);&lt;br /&gt;
        text += &amp;quot;\nLocal Parcel Desc: &amp;quot;  + llList2String(details, 1);&lt;br /&gt;
        text += &amp;quot;\nLocal Parcel Area: &amp;quot;  + llList2String(details, 2) + &amp;quot; m²&amp;quot;;&lt;br /&gt;
        text += &amp;quot;\nLocal Parcel Dwell: &amp;quot; + llList2String(details, 3);&lt;br /&gt;
        llSay(PUBLIC_CHANNEL, text);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Djphil</name></author>	</entry>

	</feed>