<?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=SpawnGroundGroup</id>
	<title>SpawnGroundGroup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cmm.ozdeadmeat.com/index.php?action=history&amp;feed=atom&amp;title=SpawnGroundGroup"/>
	<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=SpawnGroundGroup&amp;action=history"/>
	<updated>2026-06-04T14:20:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://cmm.ozdeadmeat.com/index.php?title=SpawnGroundGroup&amp;diff=6115&amp;oldid=prev</id>
		<title>Ozdeadmeat: SpawnGroundGroup – created via PowerShell script (2026-01-01T06:03:31Z)</title>
		<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=SpawnGroundGroup&amp;diff=6115&amp;oldid=prev"/>
		<updated>2025-12-31T19:03:32Z</updated>

		<summary type="html">&lt;p&gt;SpawnGroundGroup – created via PowerShell script (2026-01-01T06:03:31Z)&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&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 19:03, 31 December 2025&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=          SpawnGroundGroup|fDescription=   Spawns a ground unit group with specified configuration including group name, unit types, country, rules of engagement, dispersion settings, and alarm state. The function supports optional parameters such as spawn range, heading range, AI behavior, and visibility settings.|parentFile=     cmm.spawnFunctions.lua|syntax=         CMM.SpawnGroundGroup(&amp;lt;argTable table&amp;gt;)|return=         |returnDesc=     |example=        CMM.SpawnGroundGroup({&quot;NewGroupOfDOOM&quot;, &quot;Unit.Category.GROUND_UNIT&quot;, 81, AI.Option.Ground.val.ROE.RETURN_FIRE, 120})|exampleDesc=    Spawns a group named &quot;NewGroupOfDOOM&quot; with ground units, assigned to country 81, using a ROE of RETURN_FIRE, disperse on attack after 120 seconds, and sets alarm state to 110–135 range.|related=        |note=           |envType= CMM|par1=         table argTable|reqType1=     table|reqName1=     argTable|desc1=       {GroupName &amp;lt;string&amp;gt;, category &amp;lt;string&amp;gt;, country &amp;lt;number&amp;gt;, ROE &amp;lt;number&amp;gt;, DOA &amp;lt;number&amp;gt;, alarmState &amp;lt;TBL&amp;gt;} – Group configuration table where GroupName defines the group name, category specifies the unit type, country sets the owning nation, ROE defines rules of engagement, DOA sets dispersion on attack time in seconds, and alarmState defines the alarm state range.}}&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=          SpawnGroundGroup|fDescription=   Spawns a ground unit group with specified configuration including group name, unit types, country, rules of engagement, dispersion settings, and alarm state. The function supports optional parameters such as spawn range, heading range, AI behavior, and visibility settings.|parentFile=     cmm.spawnFunctions.lua|syntax=         CMM.SpawnGroundGroup(&amp;lt;argTable table&amp;gt;)|return=         &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;table,table or nil&lt;/ins&gt;|returnDesc=     &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Returns the AI controller and group object of the spawned ground unit group, or nil if the spawn fails.&lt;/ins&gt;|example=        CMM.SpawnGroundGroup({&quot;NewGroupOfDOOM&quot;, &quot;Unit.Category.GROUND_UNIT&quot;, 81, AI.Option.Ground.val.ROE.RETURN_FIRE, 120})|exampleDesc=    Spawns a group named &quot;NewGroupOfDOOM&quot; with ground units, assigned to country 81, using a ROE of RETURN_FIRE, disperse on attack after 120 seconds, and sets alarm state to 110–135 range.|related=        |note=           |envType= CMM|par1=         table argTable|reqType1=     table|reqName1=     argTable|desc1=       {GroupName &amp;lt;string&amp;gt;, category &amp;lt;string&amp;gt;, country &amp;lt;number&amp;gt;, ROE &amp;lt;number&amp;gt;, DOA &amp;lt;number&amp;gt;, alarmState &amp;lt;TBL&amp;gt;} – Group configuration table where GroupName defines the group name, category specifies the unit type, country sets the owning nation, ROE defines rules of engagement, DOA sets dispersion on attack time in seconds, and alarmState defines the alarm state range.}}&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=SpawnGroundGroup&amp;diff=5997&amp;oldid=prev</id>
		<title>Ozdeadmeat: SpawnGroundGroup – created via PowerShell script (2025-11-11T21:12:39Z)</title>
		<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=SpawnGroundGroup&amp;diff=5997&amp;oldid=prev"/>
		<updated>2025-11-11T10:12:41Z</updated>

		<summary type="html">&lt;p&gt;SpawnGroundGroup – created via PowerShell script (2025-11-11T21:12:39Z)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:FunctionInfo|fName=          SpawnGroundGroup|fDescription=   Spawns a ground unit group with specified configuration including group name, unit types, country, rules of engagement, dispersion settings, and alarm state. The function supports optional parameters such as spawn range, heading range, AI behavior, and visibility settings.|parentFile=     cmm.spawnFunctions.lua|syntax=         CMM.SpawnGroundGroup(&amp;lt;argTable table&amp;gt;)|return=         |returnDesc=     |example=        CMM.SpawnGroundGroup({&amp;quot;NewGroupOfDOOM&amp;quot;, &amp;quot;Unit.Category.GROUND_UNIT&amp;quot;, 81, AI.Option.Ground.val.ROE.RETURN_FIRE, 120})|exampleDesc=    Spawns a group named &amp;quot;NewGroupOfDOOM&amp;quot; with ground units, assigned to country 81, using a ROE of RETURN_FIRE, disperse on attack after 120 seconds, and sets alarm state to 110–135 range.|related=        |note=           |envType= CMM|par1=         table argTable|reqType1=     table|reqName1=     argTable|desc1=       {GroupName &amp;lt;string&amp;gt;, category &amp;lt;string&amp;gt;, country &amp;lt;number&amp;gt;, ROE &amp;lt;number&amp;gt;, DOA &amp;lt;number&amp;gt;, alarmState &amp;lt;TBL&amp;gt;} – Group configuration table where GroupName defines the group name, category specifies the unit type, country sets the owning nation, ROE defines rules of engagement, DOA sets dispersion on attack time in seconds, and alarmState defines the alarm state range.}}&lt;/div&gt;</summary>
		<author><name>Ozdeadmeat</name></author>
	</entry>
</feed>