<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hoggitworld.com/index.php?action=history&amp;feed=atom&amp;title=MIST_msgLeadingLL</id>
		<title>MIST msgLeadingLL - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hoggitworld.com/index.php?action=history&amp;feed=atom&amp;title=MIST_msgLeadingLL"/>
		<link rel="alternate" type="text/html" href="https://wiki.hoggitworld.com/index.php?title=MIST_msgLeadingLL&amp;action=history"/>
		<updated>2026-04-24T15:33:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.hoggitworld.com/index.php?title=MIST_msgLeadingLL&amp;diff=1100&amp;oldid=prev</id>
		<title>Grimes at 23:24, 13 April 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoggitworld.com/index.php?title=MIST_msgLeadingLL&amp;diff=1100&amp;oldid=prev"/>
				<updated>2018-04-13T23:24:17Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Mission Scripting&lt;br /&gt;
&lt;br /&gt;
|fName= mist.msgLeadingLL&lt;br /&gt;
&lt;br /&gt;
|vNum = Mist 3.0&lt;br /&gt;
&lt;br /&gt;
|desc= Utilizes [[MIST getLLString|mist.getLLString]] and [[MIST messageAdd|mist.message.add]] functions to display the coordinates in the Latitude and Longitude format of the average position of the concentration of units most in the heading direction to the defined accuracy. The units are defined by the table UnitNameTable and the concentration is within the specified radius. If the optional variable DMS exists, the format will be in Degrees Minutes Seconds. If DMS is not present the format will be in Degrees Minutes Thousandths of Minutes. The message will be displayed to the specified recipients for the given displayTime. If text is provided, the coordinates will be added to the end of the text message. &lt;br /&gt;
&lt;br /&gt;
|rtnType= nothing&lt;br /&gt;
&lt;br /&gt;
|reqType1= table&lt;br /&gt;
&lt;br /&gt;
|reqName1= vars&lt;br /&gt;
&lt;br /&gt;
|reqType2= &lt;br /&gt;
&lt;br /&gt;
|reqName2= &lt;br /&gt;
&lt;br /&gt;
|reqType3= &lt;br /&gt;
&lt;br /&gt;
|reqName3= &lt;br /&gt;
&lt;br /&gt;
|reqType4= &lt;br /&gt;
&lt;br /&gt;
|reqName4= &lt;br /&gt;
&lt;br /&gt;
|reqType5= &lt;br /&gt;
&lt;br /&gt;
|reqName5= &lt;br /&gt;
&lt;br /&gt;
|optType1= &lt;br /&gt;
&lt;br /&gt;
|optName1= &lt;br /&gt;
&lt;br /&gt;
|optType2= &lt;br /&gt;
&lt;br /&gt;
|optName2= &lt;br /&gt;
&lt;br /&gt;
|optType3= &lt;br /&gt;
&lt;br /&gt;
|optName3= &lt;br /&gt;
&lt;br /&gt;
|optType4= &lt;br /&gt;
&lt;br /&gt;
|optName4= &lt;br /&gt;
&lt;br /&gt;
|optType5= &lt;br /&gt;
&lt;br /&gt;
|optName5= &lt;br /&gt;
&lt;br /&gt;
|varExamples= {{varsTable&lt;br /&gt;
&lt;br /&gt;
|r1T= UnitNameTable&lt;br /&gt;
|r1N= units&lt;br /&gt;
&lt;br /&gt;
|r2T= number&lt;br /&gt;
|r2N= radius&lt;br /&gt;
&lt;br /&gt;
|r3T= number&lt;br /&gt;
|r3N= displayTime&lt;br /&gt;
&lt;br /&gt;
|r4T= table&lt;br /&gt;
|r4N= msgFor&lt;br /&gt;
&lt;br /&gt;
|r5T= number/number&lt;br /&gt;
|r5N= heading/headingDegrees&lt;br /&gt;
&lt;br /&gt;
|r6T= &lt;br /&gt;
|r6N= &lt;br /&gt;
&lt;br /&gt;
|o1T= string&lt;br /&gt;
|o1N= text&lt;br /&gt;
&lt;br /&gt;
|o2T= boolean&lt;br /&gt;
|o2N= DMS&lt;br /&gt;
&lt;br /&gt;
|o3T= &lt;br /&gt;
|o3N= &lt;br /&gt;
&lt;br /&gt;
|o4T= &lt;br /&gt;
|o4N= &lt;br /&gt;
&lt;br /&gt;
|o5T= &lt;br /&gt;
|o5N= &lt;br /&gt;
&lt;br /&gt;
|r1D= is a UnitNameTable- a table of unit names that follow a special set of rules (see the entry on UnitNameTables).&lt;br /&gt;
|r2D= is the radius of units to be considered.&lt;br /&gt;
|r3D= is the time in seconds the message will display for.&lt;br /&gt;
|r4D= is the list of message recipients as outlined in the [[MIST messageAdd|mist.message.add]] documentation&lt;br /&gt;
|r5D= heading or headingDegrees define the orientation units must be heading in to be considered. '''heading''' is measured in radians. '''headingDegrees''' is measured in degrees&lt;br /&gt;
|r6D= &lt;br /&gt;
&lt;br /&gt;
|o1D=  is an optional variable of text to be displayed before the LL coordinates  &lt;br /&gt;
|o2D=  is a boolean value if present will display coordinate in Degrees Minutes Seconds. If not present the format will be in Degrees Minutes Thousandths of Minutes.&lt;br /&gt;
|o3D=  &lt;br /&gt;
|o4D= &lt;br /&gt;
|o5D=  &lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|rtnExamples= nothing&lt;br /&gt;
&lt;br /&gt;
|example= &amp;lt;code&amp;gt;&lt;br /&gt;
do&lt;br /&gt;
  TBD&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|notes= &lt;br /&gt;
&lt;br /&gt;
|funcs= {{listOfMistMessageFuncs}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
[[Category: MIST|msgLeadingLL]]&lt;/div&gt;</summary>
		<author><name>Grimes</name></author>	</entry>

	</feed>