<?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=Tools.BuildNewMarkerPointTable</id>
	<title>Tools.BuildNewMarkerPointTable - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cmm.ozdeadmeat.com/index.php?action=history&amp;feed=atom&amp;title=Tools.BuildNewMarkerPointTable"/>
	<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=Tools.BuildNewMarkerPointTable&amp;action=history"/>
	<updated>2026-07-21T08:36:19Z</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=Tools.BuildNewMarkerPointTable&amp;diff=6235&amp;oldid=prev</id>
		<title>Ozdeadmeat: tools.BuildNewMarkerPointTable – created via PowerShell script (2026-06-24T22:27:29Z)</title>
		<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=Tools.BuildNewMarkerPointTable&amp;diff=6235&amp;oldid=prev"/>
		<updated>2026-06-24T12:27:27Z</updated>

		<summary type="html">&lt;p&gt;tools.BuildNewMarkerPointTable – created via PowerShell script (2026-06-24T22:27:29Z)&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:27, 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=          tools.BuildNewMarkerPointTable|fDescription=   Creates a table of marker points from a specified group, with options to define position mode and skip the first waypoint. The function uses internal waypoint processing to derive positions either as world coordinates, relative to the first unit, or via heading and distance. Returns a table of waypoints or nil if invalid input.|parentFile=     cmm.tools.lua|syntax=         CMM.tools.BuildNewMarkerPointTable(GroupName &amp;lt;string&amp;gt;, Mode &amp;lt;number&amp;gt;, SkipFirst &amp;lt;boolean&amp;gt;)|return=         table or nil|returnDesc=     Returns a table containing the processed waypoints or nil if group not found or no waypoints exist.|example=        CMM.tools.BuildNewMarkerPointTable(&quot;DebrisArea&quot;,1,false)|exampleDesc=    Generates a table of waypoints from the group &quot;DebrisArea&quot; using relative positioning to the first unit, without skipping the first point.|related=        |note=           |envType= CMM|par1=         string GroupName|reqType1=     string|reqName1=     GroupName|desc1=       Name of the group in the mission editor containing waypoints to extract. Must be valid and defined in the mission.|par2=         number Mode|&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;reqType2&lt;/del&gt;=     number|&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;reqName2&lt;/del&gt;=     Mode|desc2=       Mode for position derivation: 0 = world positions, 1 = relative to first unit (default), 2 = heading and distance from first unit. Defaults to 1 if not specified.|par3=         boolean SkipFirst|&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;reqType3&lt;/del&gt;=     boolean|&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;reqName3&lt;/del&gt;=     SkipFirst|desc3=       If true, the first waypoint in the group is skipped. Defaults to false.}}&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=          tools.BuildNewMarkerPointTable|fDescription=   Creates a table of marker points from a specified group, with options to define position mode and skip the first waypoint. The function uses internal waypoint processing to derive positions either as world coordinates, relative to the first unit, or via heading and distance. Returns a table of waypoints or nil if invalid input.|parentFile=     cmm.tools.lua|syntax=         CMM.tools.BuildNewMarkerPointTable(GroupName &amp;lt;string&amp;gt;, Mode &amp;lt;number&amp;gt;, SkipFirst &amp;lt;boolean&amp;gt;)|return=         table or nil|returnDesc=     Returns a table containing the processed waypoints or nil if group not found or no waypoints exist.|example=        CMM.tools.BuildNewMarkerPointTable(&quot;DebrisArea&quot;,1,false)|exampleDesc=    Generates a table of waypoints from the group &quot;DebrisArea&quot; using relative positioning to the first unit, without skipping the first point.|related=        |note=           |envType= CMM|par1=         string GroupName|reqType1=     string|reqName1=     GroupName|desc1=       Name of the group in the mission editor containing waypoints to extract. Must be valid and defined in the mission.|par2=         number &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;or nil &lt;/ins&gt;Mode|&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;optType2&lt;/ins&gt;=     number &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;or nil&lt;/ins&gt;|&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;optName2&lt;/ins&gt;=     Mode|desc2=       Mode for position derivation: 0 = world positions, 1 = relative to first unit (default), 2 = heading and distance from first unit. Defaults to 1 if not specified.|par3=         boolean &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;or nil &lt;/ins&gt;SkipFirst|&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;optType3&lt;/ins&gt;=     boolean &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;or nil&lt;/ins&gt;|&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;optName3&lt;/ins&gt;=     SkipFirst|desc3=       If true, the first waypoint in the group is skipped. Defaults to false.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;|par4=         boolean or nil WriteToFile|optType4=     boolean or nil|optName4=     WriteToFile|desc4=       If true, will write the CMM.DEV&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=Tools.BuildNewMarkerPointTable&amp;diff=6066&amp;oldid=prev</id>
		<title>Ozdeadmeat: tools.BuildNewMarkerPointTable – created via PowerShell script (2025-11-11T21:12:51Z)</title>
		<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=Tools.BuildNewMarkerPointTable&amp;diff=6066&amp;oldid=prev"/>
		<updated>2025-11-11T10:12:53Z</updated>

		<summary type="html">&lt;p&gt;tools.BuildNewMarkerPointTable – created via PowerShell script (2025-11-11T21:12:51Z)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:FunctionInfo|fName=          tools.BuildNewMarkerPointTable|fDescription=   Creates a table of marker points from a specified group, with options to define position mode and skip the first waypoint. The function uses internal waypoint processing to derive positions either as world coordinates, relative to the first unit, or via heading and distance. Returns a table of waypoints or nil if invalid input.|parentFile=     cmm.tools.lua|syntax=         CMM.tools.BuildNewMarkerPointTable(GroupName &amp;lt;string&amp;gt;, Mode &amp;lt;number&amp;gt;, SkipFirst &amp;lt;boolean&amp;gt;)|return=         table or nil|returnDesc=     Returns a table containing the processed waypoints or nil if group not found or no waypoints exist.|example=        CMM.tools.BuildNewMarkerPointTable(&amp;quot;DebrisArea&amp;quot;,1,false)|exampleDesc=    Generates a table of waypoints from the group &amp;quot;DebrisArea&amp;quot; using relative positioning to the first unit, without skipping the first point.|related=        |note=           |envType= CMM|par1=         string GroupName|reqType1=     string|reqName1=     GroupName|desc1=       Name of the group in the mission editor containing waypoints to extract. Must be valid and defined in the mission.|par2=         number Mode|reqType2=     number|reqName2=     Mode|desc2=       Mode for position derivation: 0 = world positions, 1 = relative to first unit (default), 2 = heading and distance from first unit. Defaults to 1 if not specified.|par3=         boolean SkipFirst|reqType3=     boolean|reqName3=     SkipFirst|desc3=       If true, the first waypoint in the group is skipped. Defaults to false.}}&lt;/div&gt;</summary>
		<author><name>Ozdeadmeat</name></author>
	</entry>
</feed>