<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixwiki.booleansoup.com/skins/common/feed.css?63"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Out region - Revision history</title>
		<link>http://fenixwiki.booleansoup.com/index.php?title=Out_region&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.10.1</generator>
		<lastBuildDate>Fri, 01 May 2026 08:08:26 GMT</lastBuildDate>
		<item>
			<title>Sandman at 13:35, 7 September 2008</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=Out_region&amp;diff=4817&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4' style=&quot;background-color: white;&quot;&gt;
			&lt;tr&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;Revision as of 13:35, 7 September 2008&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 6:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 6:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;Checks if the specified [[process]] is completely outside of the specified [[region]].&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;Checks if the specified [[process]] is completely outside of the specified [[region]].&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;The check is not pixel perfect, but uses the [[bounding box]] of the process.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;== Parameters ==&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;== Parameters ==&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Sun, 07 Sep 2008 13:35:13 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:Out_region</comments>		</item>
		<item>
			<title>Sandman: New page: Category:functions Category:Regions  ==Definition== '''INT''' out_region ( &lt;'''INT''' processID&gt; , &lt;'''INT''' regionID&gt; )  Checks if the specified process is completely outside...</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=Out_region&amp;diff=3992&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: &lt;a href=&quot;/index.php/Category:Functions&quot; title=&quot;Category:Functions&quot;&gt;Category:functions&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Regions&quot; title=&quot;Category:Regions&quot;&gt;Category:Regions&lt;/a&gt;  ==Definition== '''INT''' out_region ( &amp;lt;'''INT''' processID&amp;gt; , &amp;lt;'''INT''' regionID&amp;gt; )  Checks if the specified &lt;a href=&quot;/index.php/Process&quot; title=&quot;Process&quot;&gt;process&lt;/a&gt; is completely outside...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:functions]]&lt;br /&gt;
[[Category:Regions]]&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
'''INT''' out_region ( &amp;lt;'''INT''' processID&amp;gt; , &amp;lt;'''INT''' regionID&amp;gt; )&lt;br /&gt;
&lt;br /&gt;
Checks if the specified [[process]] is completely outside of the specified [[region]].&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{|&lt;br /&gt;
| '''INT''' processID || - The [[processID]] of the process to check.&lt;br /&gt;
|-&lt;br /&gt;
| '''INT''' regionID || - The [[regionID]] of the region to check with.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
'''INT''' : [[true]]/[[false]]: whether the process is completely outside the region.&lt;br /&gt;
{|&lt;br /&gt;
| [[true]] || - The process is completely outside the region.&lt;br /&gt;
|-&lt;br /&gt;
| [[false]] || - The process is (partly) inside the region or invalid region or process specified.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Funcbox&lt;br /&gt;
  | category = Regions&lt;br /&gt;
}}&lt;/div&gt;</description>
			<pubDate>Wed, 26 Dec 2007 00:37:01 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:Out_region</comments>		</item>
	</channel>
</rss>