<?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=OsGetParcelIDs</id>
		<title>OsGetParcelIDs - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/index.php?action=history&amp;feed=atom&amp;title=OsGetParcelIDs"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/index.php?title=OsGetParcelIDs&amp;action=history"/>
		<updated>2026-05-11T05:47:32Z</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=OsGetParcelIDs&amp;diff=53205&amp;oldid=prev</id>
		<title>Ubit: Created page with &quot;{{osslfunc |threat_level= none |permissions= none |delay=0 |additional_info=This function was added in 0.9.3.0 |function_syntax= osGetParcelIDs() |ossl_example=&lt;source lang = ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/index.php?title=OsGetParcelIDs&amp;diff=53205&amp;oldid=prev"/>
				<updated>2023-04-16T19:33:15Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{osslfunc |threat_level= none |permissions= none |delay=0 |additional_info=This function was added in 0.9.3.0 |function_syntax= osGetParcelIDs() |ossl_example=&amp;lt;source lang = ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{osslfunc&lt;br /&gt;
|threat_level= none&lt;br /&gt;
|permissions= none&lt;br /&gt;
|delay=0&lt;br /&gt;
|additional_info=This function was added in 0.9.3.0&lt;br /&gt;
|function_syntax= osGetParcelIDs()&lt;br /&gt;
|ossl_example=&amp;lt;source lang = &amp;quot;lsl&amp;quot;&amp;gt;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    touch_start(integer blabla)&lt;br /&gt;
    {&lt;br /&gt;
        list ids = osGetParcelIDs();&lt;br /&gt;
        integer count = llGetListLength(ids);&lt;br /&gt;
        integer i = 0;&lt;br /&gt;
        while (i &amp;lt; count)&lt;br /&gt;
        {&lt;br /&gt;
            list tmp = osGetParcelDetails(llList2Key(ids,i++),[PARCEL_DETAILS_OWNER,PARCEL_DETAILS_NAME,PARCEL_DETAILS_AREA]);&lt;br /&gt;
            llSay(0,&amp;quot;** &amp;quot;+llDumpList2String(tmp,&amp;quot; &amp;quot;));&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
|description=This function returns a list of the parcel global ids of all parcels in region. &lt;br /&gt;
|&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ubit</name></author>	</entry>

	</feed>