<?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_groupToRandomPoint</id>
		<title>MIST groupToRandomPoint - 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_groupToRandomPoint"/>
		<link rel="alternate" type="text/html" href="https://wiki.hoggitworld.com/index.php?title=MIST_groupToRandomPoint&amp;action=history"/>
		<updated>2026-04-24T22:46:30Z</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_groupToRandomPoint&amp;diff=1035&amp;oldid=prev</id>
		<title>Grimes at 23:03, 13 April 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoggitworld.com/index.php?title=MIST_groupToRandomPoint&amp;diff=1035&amp;oldid=prev"/>
				<updated>2018-04-13T23:03:47Z</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.groupToRandomPoint&lt;br /&gt;
&lt;br /&gt;
|vNum = Mist 2.0&lt;br /&gt;
&lt;br /&gt;
|desc= Creates a path for the specified groupTable from the groups current location to the Vec3 destination point.  &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= table&lt;br /&gt;
|r1N= group&lt;br /&gt;
&lt;br /&gt;
|r2T= table&lt;br /&gt;
|r2N= point&lt;br /&gt;
&lt;br /&gt;
|r3T= &lt;br /&gt;
|r3N= &lt;br /&gt;
&lt;br /&gt;
|r4T= &lt;br /&gt;
|r4N= &lt;br /&gt;
&lt;br /&gt;
|r5T= &lt;br /&gt;
|r5N= &lt;br /&gt;
&lt;br /&gt;
|r6T= &lt;br /&gt;
|r6N= &lt;br /&gt;
&lt;br /&gt;
|o1T= number&lt;br /&gt;
|o1N= radius&lt;br /&gt;
&lt;br /&gt;
|o2T= string&lt;br /&gt;
|o2N= form&lt;br /&gt;
&lt;br /&gt;
|o3T= number/number&lt;br /&gt;
|o3N= heading/headingDegrees&lt;br /&gt;
&lt;br /&gt;
|o4T= number&lt;br /&gt;
|o4N= speed&lt;br /&gt;
&lt;br /&gt;
|o5T= boolean&lt;br /&gt;
|o5N= disableRoads&lt;br /&gt;
&lt;br /&gt;
|o6T=&lt;br /&gt;
|06N=&lt;br /&gt;
&lt;br /&gt;
|r1D= is a Group class table of the group. (Group.getByName('myGroup')&lt;br /&gt;
|r2D= is a vec3 coordinate of the point the group is to travel to&lt;br /&gt;
|r3D= &lt;br /&gt;
|r4D=&lt;br /&gt;
|r5D=&lt;br /&gt;
|r6D=&lt;br /&gt;
&lt;br /&gt;
|o1D=  is an optional variable that specifies a random distance from the point. If no radius is given the radius will default to 0&lt;br /&gt;
|o2D=  specifies the formation used while off road enroute to the waypoint. Offroad formations default to the formation &amp;quot;cone&amp;quot; as defined in mist.ground.buildWP.&lt;br /&gt;
|o3D= heading and headingDegrees are optional variables to define the direction the group will face once they reach the point. '''heading''' is measured in radians. '''headingDegrees''' is measured in degrees. If neither value is given the final heading is randomized. &lt;br /&gt;
|o4D=  is the speed in meters per second the group is to travel at. If no speed is given the speed used at each waypoint will vary between 20 and 60 kilometers per hour.  &lt;br /&gt;
|o5D=  will allow or deny the group use of roads to get to the destination. Roads are enabled by default, however AI will only use roads if they are outside of 1.3 x the radius from the destination point.&lt;br /&gt;
|o6N= &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;
&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= {{listOfMistGroupOrders}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
[[Category: MIST|groupToRandomPoint]]&lt;/div&gt;</summary>
		<author><name>Grimes</name></author>	</entry>

	</feed>