<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://cmm.ozdeadmeat.com/index.php?action=history&amp;feed=atom&amp;title=FindNearestGroup</id>
	<title>FindNearestGroup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cmm.ozdeadmeat.com/index.php?action=history&amp;feed=atom&amp;title=FindNearestGroup"/>
	<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=FindNearestGroup&amp;action=history"/>
	<updated>2026-07-21T08:21:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://cmm.ozdeadmeat.com/index.php?title=FindNearestGroup&amp;diff=6169&amp;oldid=prev</id>
		<title>Ozdeadmeat: FindNearestGroup – created via PowerShell script (2026-06-24T22:26:40Z)</title>
		<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=FindNearestGroup&amp;diff=6169&amp;oldid=prev"/>
		<updated>2026-06-24T12:26:38Z</updated>

		<summary type="html">&lt;p&gt;FindNearestGroup – created via PowerShell script (2026-06-24T22:26:40Z)&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:26, 24 June 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Template:FunctionInfo|fName=          FindNearestGroup|fDescription=   Returns the nearest group to a given position, optionally filtered by coalition or group category.-- TODO Function incomplete|parentFile=     cmm.DCSFunctions.lua|syntax=         CMM.FindNearestGroup(Position &amp;lt;TBL&amp;gt;, CoalitionID &amp;lt;number|nil&amp;gt;, CategoryID &amp;lt;number|nil&amp;gt;)|return=         table or nil|returnDesc=     The nearest group table, or nil if none found|example=        CMM.FindNearestGroup({x=0,y=0,z=0}, 1, 2)|exampleDesc=    Returns the nearest group to the specified position, filtered by coalition and group type. Returns nil if no group is found within the search radius.|related=        |note=           |envType= CMM|par1=         table position|reqType1=     table|reqName1=     position|desc1=       vec3 position to search from|par2=         number or nil &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;coalitionID&lt;/del&gt;|optType2=     number or nil|optName2=     &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;coalitionID&lt;/del&gt;|desc2=       &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Optional coalition ID &lt;/del&gt;to limit search (&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;0=NEUTRAL, 1=RED, 2=BLUE)|par3=         number or nil categoryID|optType3=     number or nil|optName3=     categoryID|desc3=       Optional group category (0=AIRPLANE, 1=HELICOPTER, 2=GROUND, 3=SHIP, 4=TRAIN&lt;/del&gt;)}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Template:FunctionInfo|fName=          FindNearestGroup|fDescription=   Returns the nearest group to a given position, optionally filtered by coalition or group category.-- TODO Function incomplete|parentFile=     cmm.DCSFunctions.lua|syntax=         CMM.FindNearestGroup(Position &amp;lt;TBL&amp;gt;, CoalitionID &amp;lt;number|nil&amp;gt;, CategoryID &amp;lt;number|nil&amp;gt;)|return=         table or nil|returnDesc=     The nearest group table, or nil if none found|example=        CMM.FindNearestGroup({x=0,y=0,z=0}, 1, 2)|exampleDesc=    Returns the nearest group to the specified position, filtered by coalition and group type. Returns nil if no group is found within the search radius.|related=        |note=           |envType= CMM|par1=         table position|reqType1=     table|reqName1=     position|desc1=       vec3 position to search from|par2=         number or nil &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;radius&lt;/ins&gt;|optType2=     number or nil|optName2=     &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;radius&lt;/ins&gt;|desc2=       &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;radius in meters &lt;/ins&gt;to limit &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;the &lt;/ins&gt;search (&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;default is 2500m&lt;/ins&gt;)}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Ozdeadmeat</name></author>
	</entry>
	<entry>
		<id>https://cmm.ozdeadmeat.com/index.php?title=FindNearestGroup&amp;diff=5827&amp;oldid=prev</id>
		<title>Ozdeadmeat: FindNearestGroup – created via PowerShell script (2025-11-11T21:12:10Z)</title>
		<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=FindNearestGroup&amp;diff=5827&amp;oldid=prev"/>
		<updated>2025-11-11T10:12:11Z</updated>

		<summary type="html">&lt;p&gt;FindNearestGroup – created via PowerShell script (2025-11-11T21:12:10Z)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:FunctionInfo|fName=          FindNearestGroup|fDescription=   Returns the nearest group to a given position, optionally filtered by coalition or group category.-- TODO Function incomplete|parentFile=     cmm.DCSFunctions.lua|syntax=         CMM.FindNearestGroup(Position &amp;lt;TBL&amp;gt;, CoalitionID &amp;lt;number|nil&amp;gt;, CategoryID &amp;lt;number|nil&amp;gt;)|return=         table or nil|returnDesc=     The nearest group table, or nil if none found|example=        CMM.FindNearestGroup({x=0,y=0,z=0}, 1, 2)|exampleDesc=    Returns the nearest group to the specified position, filtered by coalition and group type. Returns nil if no group is found within the search radius.|related=        |note=           |envType= CMM|par1=         table position|reqType1=     table|reqName1=     position|desc1=       vec3 position to search from|par2=         number or nil coalitionID|optType2=     number or nil|optName2=     coalitionID|desc2=       Optional coalition ID to limit search (0=NEUTRAL, 1=RED, 2=BLUE)|par3=         number or nil categoryID|optType3=     number or nil|optName3=     categoryID|desc3=       Optional group category (0=AIRPLANE, 1=HELICOPTER, 2=GROUND, 3=SHIP, 4=TRAIN)}}&lt;/div&gt;</summary>
		<author><name>Ozdeadmeat</name></author>
	</entry>
</feed>